Compare commits
No commits in common. "0dbf4aede21e74c88e6fd9cf1dac428c913275f5" and "b3812f7069ce23564159e5cf9bcc3b3b22ad6708" have entirely different histories.
0dbf4aede2
...
b3812f7069
@ -8,10 +8,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");
|
||||||
System.out.println("Develop_2 here");
|
|
||||||
System.out.println("Second println");
|
|
||||||
System.out.println("Third println");
|
|
||||||
|
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
package controller;
|
|
||||||
|
|
||||||
public class UserController {
|
|
||||||
}
|
|
@ -1,4 +0,0 @@
|
|||||||
package domain;
|
|
||||||
|
|
||||||
public class UserEntity {
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user