src/main/resources/application-demo.yml
@@ -17,7 +17,7 @@ # 开发环境配置 server: # 服务器的HTTP端口,默认为8080 port: 8089 port: 9036 servlet: # 应用的访问路径 context-path: / @@ -188,7 +188,7 @@ # Swagger配置 swagger: # 是否开启swagger enabled: false enabled: true # 请求前缀 pathMapping: /dev-api