import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; @RestController public class HelloController { @GetMapping("/hello") public String hello() { return "Hello, Spring Boot Starter Web!"; } } bash ./mvnw spring-boot:run


上一篇:
下一篇:
切换中文