一个是辅助将beetl加入到spring-boot的脚手架,开箱即用。让用户更少的关注beetl集成的配置,更多的关注于beetl本身。
哪些需要使用模板,并同时打算使用spring-boot的系统,强烈推荐beetl-spring-boot-starter
pom.xml
文件中加入依赖
<dependency>
<groupId>com.piggsoft</groupId>
<artifactId>beetl-spring-boot-starter</artifactId>
<version>0.0.3</version>
</dependency>
application.yaml
#配置模板想到classpath路径,后面须加上"/"
beetl:
beetl:
templates-path: templates/
#配置模板的后缀,自动读取spring.mvc.view.suffix
spring:
mvc:
view:
suffix: .html
@Autowired
在Map<String, Object>
上的异常表现,并重新发布版本WebMvcProperties