Added domain package with UseEntity class
This commit is contained in:
parent
6fea98d4fb
commit
7a56f82b0d
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 {
|
||||
}
|
@ -6,6 +6,7 @@ import org.springframework.boot.SpringApplication;
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Start application");
|
||||
System.out.println("Start application 3");
|
||||
SpringApplication.run(Main.class, args);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user