dodatkowa poprawka

This commit is contained in:
kejdzej
2025-10-02 15:49:09 +02:00
parent 7fc8ee8eba
commit ff957ca912

View File

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