Added and modified files

This commit is contained in:
Sioger 2024-10-04 11:40:16 +02:00
parent 4b7265e352
commit bbbb4c0bbe
3 changed files with 1 additions and 0 deletions

BIN
.gitignore.swp Normal file

Binary file not shown.

View File

@ -7,6 +7,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
public class DemoApplication { public class DemoApplication {
public static void main(String[] args) { public static void main(String[] args) {
System.out.println("Start application");
SpringApplication.run(DemoApplication.class, args); SpringApplication.run(DemoApplication.class, args);
} }

View File