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