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