Merged branch develop_1 with master

This commit is contained in:
MichuMGW 2025-10-03 11:41:32 +02:00
commit da74eeba16
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -0,0 +1,4 @@
package controller;
public class UserController {
}