src/main/java/com/example/demo/DemoApplication.java aktualisiert
This commit is contained in:
@@ -11,7 +11,7 @@ public class DemoApplication {
|
|||||||
//test
|
//test
|
||||||
@GetMapping("/")
|
@GetMapping("/")
|
||||||
public String home() {
|
public String home() {
|
||||||
return "Spring is here!!!";
|
return "Spring is here. Update";
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
|||||||
Reference in New Issue
Block a user