1 Commits

Author SHA1 Message Date
Anton Ovod
b388a541f8 Update from fork. 2025-10-16 12:54:19 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
This is documentation of the project. New change. Update from new_feature branch.
This is documentation of the project. New change.

View File

@@ -10,6 +10,7 @@ public class DemoApplication {
System.out.println("Start application");
System.out.println("Trzecia wiadomosc");
System.out.println("Drugi komunikat");
System.out.println("Change from fork.");
System.out.println(new Date());
SpringApplication.run(DemoApplication.class, args);
}