一.Spring Boot的web开发支持

Spring Boot提供了spring-boot-starter-web为web开发予以支持,web相关的自动配置在spring-boot-autoconfigure.jar和org.springframework.boot.autoconfigure.web下
Spring Boot的web开发(一) - Thymeleaf模板引擎

二.Thymeleaf模板引擎

Spring Boot提供了大量的模板引擎,包括FreeMarker、Groovy|、Thymeleaf、Velocity等,Spring Boot推荐使用Thymeleaf作为模板引擎,因为Thymeleaf提供了完美的Spring MVC支持

相关文章:

  • 2019-09-18
  • 2021-08-06
  • 2018-09-05
  • 2021-07-30
  • 2021-10-04
  • 2021-12-09
  • 2021-09-15
  • 2021-10-29
猜你喜欢
  • 2021-11-26
  • 2021-10-02
  • 2021-10-22
  • 2021-03-31
  • 2019-09-16
  • 2021-11-04
相关资源
相似解决方案