Added new file UserEntity1, modified DemoApplication
This commit is contained in:
parent
afe8de1f7d
commit
abaf0cb1fb
@ -9,6 +9,7 @@ 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("lalalal2");
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
package com.example.demo.domain;public class UserEntity {
|
package com.example.demo.domain;
|
||||||
|
|
||||||
|
public class UserEntity {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user