@@ -7,6 +7,6 @@ import org.springframework.web.bind.annotation.RestController;
public class HelloController {
@GetMapping("/")
public String hello() {
- return "Hello Spring Boot!testhhhhhhhhh";
+ return "测试新内容";
}
@@ -1,5 +1,5 @@
server:
- port: 8081
+ port: 8080
spring:
application: