Added new file UserEntity, modified DemoApplication
This commit is contained in:
parent
198f115796
commit
afe8de1f7d
@ -4,7 +4,7 @@ import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
public class DemoApplication {
|
||||
public class DemoApplicationKopia {
|
||||
|
||||
public static void main(String[] 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 @@
|
||||
package com.example.demo.domain;public class UserEntity {
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user