beetl 自动配置 Spring 启动 beetl-spring-boot
- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/piggsoft/beetl-spring-boot
- 软件文档: https://github.com/piggsoft/beetl-spring-boot/blob/master/README.md
- 官方下载: https://github.com/piggsoft/beetl-spring-boot/releases
软件介绍
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
