SpringBoot入門(一):註解 @Controller @RequestMapping以及@RestController

註解一:@Controller作用於類,處理http請求 作用一:controller、view,使用Controller來相應頁面 。 spring-boot 支持多種模版引擎包括:  1. FreeMarker  2. Groovy  3. Thymeleaf (Spring 官網使用這個)  4. Velocity     1.) 本文使用第三個Thymeleaf爲例,在pom.xml中配置
相關文章
相關標籤/搜索