UserEntity Commit
This commit is contained in:
@@ -8,6 +8,8 @@ public class DemoApplication {
|
|||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("Start application");
|
System.out.println("Start application");
|
||||||
|
System.out.println("Develop_1 Console");
|
||||||
|
UserEntity.Show();
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
8
src/main/java/com/example/demo/Domain/UserEntity.java
Normal file
8
src/main/java/com/example/demo/Domain/UserEntity.java
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
public class UserEntity
|
||||||
|
{
|
||||||
|
public static void Show()
|
||||||
|
{
|
||||||
|
println("Show");
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user