1
0
forked from evee03/lab2
This commit is contained in:
Ewelina
2025-10-21 11:22:08 +02:00
parent a8df80c75e
commit 06bff0fa4b
2 changed files with 2 additions and 0 deletions

1
lab Submodule

Submodule lab added at e53ced08f4

View File

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