Merge branch 'develop_1'
This commit is contained in:
@@ -10,6 +10,7 @@ public class DemoApplication {
|
|||||||
System.out.println("Hello!");
|
System.out.println("Hello!");
|
||||||
System.out.println("Start application");
|
System.out.println("Start application");
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
|
System.out.println("Finish application");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
public class UserController{
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user