Added hello world line to DemoApplication #1

Merged
jakgu merged 1 commits from new_feature2 into master 2025-10-16 11:20:07 +00:00
Showing only changes of commit 6157e896b1 - Show all commits

View File

@@ -9,7 +9,7 @@ public class DemoApplication {
public static void main(String[] args) {
SpringApplication.run(DemoApplication.class, args);
System.out.println(new Date());
System.out.println("Hello World!");
}
}