Merge branch 'develop_1'
# Conflicts: # src/main/java/com/example/demo/DemoApplication.java
This commit is contained in:
@@ -8,6 +8,8 @@ public class DemoApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Start application developp_2");
|
||||
System.out.println("Start application");
|
||||
System.out.println("Start application 2");
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
package com.example.demo;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
public class DemoApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Start application");
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package com.example.demo.controller;
|
||||
|
||||
public class UserController {
|
||||
}
|
||||
Reference in New Issue
Block a user