文件夹结构调整,新增模版自定义功能

This commit is contained in:
xiongxiaoyang
2020-12-26 19:13:07 +08:00
parent f03ab953d0
commit 6ad51908d5
601 changed files with 75656 additions and 8 deletions

View File

@ -25,6 +25,14 @@ spring:
jest:
uris: http://127.0.0.1:9200
#thymeleaf模版路径配置
thymeleaf:
prefix: file:${user.dir}/templates/${templates.name}/html/
suffix: .html
#静态文件路径配置
resources:
static-locations: file:${user.dir}/templates/${templates.name}/static/
redisson:
singleServerConfig:
address: 127.0.0.1:6379
@ -64,4 +72,14 @@ book:
#字数
word-count: 1000
#价值(屋币)
value: 5
value: 5
#模版配置
templates:
name: orange