springboot web

Author doingdone

依赖

1
2
3
4
5
6
7
8
9
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>

config

参考[https://docs.spring.io/spring-boot/docs/2.0.1.RELEASE/reference/htmlsingle/#common-application-properties]
WEB PROPERTIES 部分

thymeleaf

参考[https://www.thymeleaf.org/documentation.html]

ModelAndView

json

  • @RestController

相关注解

  • @Controller
  • @RestController
  • @GetMapping
  • @PostMapping
  • @PutMapping
  • @DeleteMapping
请我吃糖~
打赏二维码