Added new file UserController, modified DemoApplication
This commit is contained in:
parent
198f115796
commit
5a5719af92
@ -9,6 +9,7 @@ public class DemoApplication {
|
||||
public static void main(String[] args) {
|
||||
|
||||
System.out.println("Start application");
|
||||
System.out.println("lalalal");
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
|
@ -0,0 +1,4 @@
|
||||
package com.example.demo.controller;
|
||||
|
||||
public class UserController {
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user