chore(config): 切换默认激活配置文件为开发环境
- 将 spring.profiles.active 从 ysb2 更改为 dev - 更新默认运行环境配置以适应开发需求
This commit is contained in:
@@ -4,7 +4,7 @@ server:
|
||||
# 多环境配置
|
||||
spring:
|
||||
profiles:
|
||||
active: ysb2
|
||||
active: dev
|
||||
|
||||
application:
|
||||
name: server
|
||||
|
||||
Reference in New Issue
Block a user