develop_2 work

This commit is contained in:
PewkaP 2024-10-11 14:15:50 +02:00
parent 16e739a6d6
commit 828d196154
2 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ public class DemoApplication {
public static void main(String[] args) {
System.out.println("Start application");
System.out.println("Start application3 by develop_2");
SpringApplication.run(DemoApplication.class, args);
}