new_feature #1

Merged
s99541 merged 2 commits from new_feature into master 2025-10-16 11:20:30 +00:00
Showing only changes of commit 053415d9ae - Show all commits

View File

@@ -10,6 +10,7 @@ public class DemoApplication {
System.out.println("Start application");
SpringApplication.run(DemoApplication.class, args);
System.out.println(new Date());
System.out.println("End application");
}
}