Add domain package with UserEntity class
Add println to the DemoApplication class
This commit is contained in:
parent
55dbe58657
commit
24e0f2b213
@ -8,6 +8,7 @@ public class DemoApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Start application");
|
||||
System.out.println("Develop_2 here");
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
|
4
src/main/java/domain/UserEntity.java
Normal file
4
src/main/java/domain/UserEntity.java
Normal file
@ -0,0 +1,4 @@
|
||||
package domain;
|
||||
|
||||
public class UserEntity {
|
||||
}
|
Loading…
Reference in New Issue
Block a user