Modified main program and added new file with class
This commit is contained in:
@@ -9,6 +9,7 @@ public class DemoApplication {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Start application");
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
System.out.println("Finish application");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
public class UserController{
|
||||
}
|
||||
Reference in New Issue
Block a user