One file added other modified

This commit is contained in:
MikolajSzuper
2025-10-14 13:37:06 +02:00
parent d5258d020e
commit 452ab2aa2e
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("Second line added");
SpringApplication.run(DemoApplication.class, args);
}