Develop 3 Printl

This commit is contained in:
IgorNiemiec
2025-10-14 11:33:00 +02:00
parent c15ed245d7
commit ff2139f1a4

View File

@@ -8,12 +8,10 @@ public class DemoApplication {
public static void main(String[] args) {
System.out.println("Start application");
<<<<<<< HEAD
System.out.println("Develop_1 Console");
System.out.println("Develop_2 Console");
System.out.println("Develop_3 Console");
UserEntity.Show();
>>>>>>> Develop_1
SpringApplication.run(DemoApplication.class, args);
}