@@ -1,3 +1,8 @@
+--- # 本地环境配置
+spring:
+ profiles:
+ active: local
+---
# 项目相关配置
ruoyi:
# 名称
@@ -26,7 +31,7 @@ captcha:
# 开发环境配置
server:
# 服务器的HTTP端口,默认为8080
- port: 8081
+ port: 8080
servlet:
# 应用的访问路径
context-path: /