Modified main program added package domain with UserEntity class
This commit is contained in:
@@ -7,6 +7,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
public class DemoApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello!");
|
||||
System.out.println("Start application");
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
2
src/main/java/com/example/demo/domain/UserEntity.java
Normal file
2
src/main/java/com/example/demo/domain/UserEntity.java
Normal file
@@ -0,0 +1,2 @@
|
||||
public class UserEntity{
|
||||
}
|
||||
Reference in New Issue
Block a user