Merge branch 'develop_1'

# Conflicts:
#	src/main/java/com/example/demo/DemoApplication.java
This commit is contained in:
student 2023-10-03 14:28:01 +02:00
commit d5d99628bf
3 changed files with 9 additions and 1 deletions

View File

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

View File

@ -0,0 +1,4 @@
package com.example.demo;
public class User {
}

View File

@ -0,0 +1,4 @@
package com.example.demo.controller;
public class UserController {
}