@@ -85,4 +85,4 @@ spring:
server:
servlet:
- context-path: /prod-api
+ context-path: /test-api
@@ -19,9 +19,6 @@ ruoyi:
# 服务器的HTTP端口,默认为8080
port: 9898
- servlet:
- # 应用的访问路径
- context-path: /
tomcat:
# tomcat的URI编码
uri-encoding: UTF-8