Compare commits

...

2 Commits

Author SHA1 Message Date
HubertRG
053415d9ae Added end app print 2025-10-16 13:16:35 +02:00
309da4c809 Changed readme 2025-10-16 11:13:25 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
Changed read me further Changed read me further on new branch

View File

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