beetl-spring-bootbeetl 自动配置 Spring 启动
beetl-spring-boot-starter,beetl 自动配置 Spring 启动。
使用:
从 maven 导入该库
<dependency> <groupId>com.piggsoft</groupId> <artifactId>beetl-spring-boot-starter</artifactId> <version>0.0.1</version> </dependency>
配置
application.yaml
beetl: templates-path: templates config: html-tag-flag: true
评论