摘要: @RestController class WebApp{ @GetMapping('/') String index(){ "Spring Boot Rocks" } } Review the output from the command in your terminal. Note all t 阅读全文
posted @ 2020-02-05 21:31 JasonPeng1 阅读(189) 评论(0) 推荐(0)
摘要: 先来看下手动配置bean的过程(第一章还没使用Spring Boot) A Simple Spring Web Application Let’s start by creating a Spring web application— a ToDo app that offers a REST AP 阅读全文
posted @ 2020-02-05 14:03 JasonPeng1 阅读(288) 评论(0) 推荐(0)