Merge branch 'develop_1'
This commit is contained in:
@@ -10,6 +10,7 @@ public class DemoApplication {
|
||||
System.out.println("Start Application");
|
||||
System.out.println("Application Started");
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
System.out.println("Application Complete");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
package com.example.demo;
|
||||
|
||||
public class UserCopy {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package com.example.demo.controller;
|
||||
|
||||
public class UserController {
|
||||
}
|
||||
Reference in New Issue
Block a user