modified main app file

This commit is contained in:
adrian123 2024-10-07 11:04:52 +02:00
parent 996236a649
commit bf525e39ce
2 changed files with 1 additions and 0 deletions

View File

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