使用 Groovy Server Pages 定义视图
除了Thymeleaf, Spring Boot 还支持 Freemarker、Velocity和基于Groovy的模板。
如果你想在Spring Boot应用程序里使用GSP,必须向项目 里添加Spring Boot的GSP库:
compile("org.grails:grails-gsp-spring-boot:1.0.0")
除了Thymeleaf, Spring Boot 还支持 Freemarker、Velocity和基于Groovy的模板。
如果你想在Spring Boot应用程序里使用GSP,必须向项目 里添加Spring Boot的GSP库:
compile("org.grails:grails-gsp-spring-boot:1.0.0")