浏览代码

框架优化

24282 2 年之前
父节点
当前提交
65e60eac48

+ 1 - 1
ruoyi-admin/src/main/resources/application-test.yml

@@ -85,4 +85,4 @@ spring:
 
 server:
     servlet:
-        context-path: /prod-api
+        context-path: /test-api

+ 0 - 3
ruoyi-admin/src/main/resources/application.yml

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