Add UserEntity.java and modify logging in DemoApplication.java
This commit is contained in:
parent
13e851ef36
commit
206731b6c6
@ -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("End application");
|
||||
}
|
||||
|
||||
}
|
||||
|
4
src/main/java/com/example/domain/UserEntity.java
Normal file
4
src/main/java/com/example/domain/UserEntity.java
Normal file
@ -0,0 +1,4 @@
|
||||
public class UserEntity {
|
||||
public UserEntity() {
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user