个人中心新增头像设置

This commit is contained in:
xiongxiaoyang
2021-01-19 19:32:32 +08:00
parent e673f9be9d
commit 48aff7cf37
4 changed files with 65 additions and 5 deletions

View File

@ -2,6 +2,9 @@ spring:
profiles:
include: [common-prod]
#静态文件路径配置
resources:
static-locations: file:${user.dir}/templates/${templates.name}/static/
#thymeleaf模版路径配置
thymeleaf:
prefix: file:${user.dir}/templates/${templates.name}/html/