https://github.com/hellokaton/spring-boot-starter-jetbrick
🐥 jetbrick-template的spring-boot starter
https://github.com/hellokaton/spring-boot-starter-jetbrick
jetbrick-template spring-boot
Last synced: about 2 months ago
JSON representation
🐥 jetbrick-template的spring-boot starter
- Host: GitHub
- URL: https://github.com/hellokaton/spring-boot-starter-jetbrick
- Owner: hellokaton
- License: apache-2.0
- Created: 2017-03-26T12:10:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T12:44:35.000Z (almost 9 years ago)
- Last Synced: 2025-12-29T16:46:44.004Z (2 months ago)
- Topics: jetbrick-template, spring-boot
- Homepage:
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-boot-starter-jetbrick
## 使用
在 `SpringBoot` 项目中引入如下 `starter`
```xml
io.github.biezhi
spring-boot-starter-jetbrick
0.0.1
```
## 配置
`application.properties` 配置文件
```bash
spring.jetbrick.template.enabled=true
spring.jetbrick.template.charset=UTF-8
spring.jetbrick.template.content-type=text/html
spring.jetbrick.template.prefix=templates/
spring.jetbrick.template.suffix=.html
```