rev:配置文件更新

This commit is contained in:
ludj
2024-01-04 20:00:13 +08:00
parent 4d4f35bd21
commit ba5c9ad5d1
3 changed files with 4 additions and 16 deletions

View File

@@ -1,3 +1,7 @@
server:
tomcat:
relaxed-query-chars: [ '|','{','}','[',']' ] #字符问题https://blog.csdn.net/CanYue_Yi/article/details/109182577
relaxed-path-chars: [ '|','{','}','[',']' ] #字符问题: https://blog.csdn.net/weixin_41996632/article/details/90715118
spring:
freemarker:
check-template-location: false