fix vue与boot整合打包与admin页面路由冲突

This commit is contained in:
疯狂的狮子li
2021-05-13 09:16:28 +08:00
parent 15fdb9b218
commit 9159e2ed22
2 changed files with 38 additions and 0 deletions

View File

@ -79,6 +79,10 @@ spring:
restart:
# 热部署开关
enabled: true
# 与vue整合部署使用
thymeleaf:
# 将系统模板放置到最前面 否则会与 springboot-admin 页面冲突
template-resolver-order: 1
application:
name: ruoyi-vue-plus
boot: