Compare commits
2 Commits
7e47aabdf1
...
develop_1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7314534a14 | ||
|
|
7b4e40a15a |
0
src/main/java/User.java
Normal file
0
src/main/java/User.java
Normal file
@@ -9,8 +9,6 @@ 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");
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
System.out.println(new Date());
|
|
||||||
System.out.println("Appliccation ended");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user