Compare commits
10 Commits
b3812f7069
...
0dbf4aede2
Author | SHA1 | Date | |
---|---|---|---|
|
0dbf4aede2 | ||
|
6dfd87adb4 | ||
|
537bc3d84e | ||
|
5a97d76dc0 | ||
|
12f1b96237 | ||
|
da74eeba16 | ||
|
24e0f2b213 | ||
|
96c9b79543 | ||
|
55dbe58657 | ||
|
b3b5790389 |
@ -8,6 +8,10 @@ public class DemoApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Start application");
|
||||
System.out.println("Develop_2 here");
|
||||
System.out.println("Second println");
|
||||
System.out.println("Third println");
|
||||
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
|
4
src/main/java/controller/UserController.java
Normal file
4
src/main/java/controller/UserController.java
Normal file
@ -0,0 +1,4 @@
|
||||
package controller;
|
||||
|
||||
public class UserController {
|
||||
}
|
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 {
|
||||
}
|
Loading…
Reference in New Issue
Block a user