fix:前端端口修改

This commit is contained in:
zhangzq
2025-06-25 10:37:30 +08:00
parent 30cc7f94fb
commit a39ac4e6f3
7 changed files with 12 additions and 38 deletions

View File

@@ -2,7 +2,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
max-http-header-size: 65535
max-http-header-size: 655350
spring:
main:
allow-bean-definition-overriding: true