Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 527 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 527 Bytes

spring-boot-starter-jetbrick

使用

SpringBoot 项目中引入如下 starter

<dependency>
    <groupId>io.github.biezhi</groupId>
    <artifactId>spring-boot-starter-jetbrick</artifactId>
    <version>0.0.1</version>
</dependency>

配置

application.properties 配置文件

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