An open API service indexing awesome lists of open source software.

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

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
```