Compare commits

..

No commits in common. "0dbf4aede21e74c88e6fd9cf1dac428c913275f5" and "b3812f7069ce23564159e5cf9bcc3b3b22ad6708" have entirely different histories.

3 changed files with 0 additions and 12 deletions

View File

@ -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);
} }

View File

@ -1,4 +0,0 @@
package controller;
public class UserController {
}

View File

@ -1,4 +0,0 @@
package domain;
public class UserEntity {
}