forked from evee03/lab2
Add UserController.java and changed DemoApplication.java
This commit is contained in:
2
src/main/java/Lab1/demo/Controller/UserController.java
Normal file
2
src/main/java/Lab1/demo/Controller/UserController.java
Normal file
@@ -0,0 +1,2 @@
|
||||
class UserController {
|
||||
}
|
||||
@@ -8,6 +8,7 @@ public class DemoApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Start application");
|
||||
System.out.println("Start application 2");
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user