新增是否启用默认 Servlet 映射(启用后可访问 webapp 下的静态资源访问)

This commit is contained in:
thinkgem
2022-04-18 11:10:42 +08:00
parent 8ed7e4c4e7
commit a892da8369
2 changed files with 27 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ server:
port: 8980
servlet:
context-path: /js
register-default-servlet: false
tomcat:
uri-encoding: UTF-8
# 表单请求数据的最大大小