buildprofile: 修改活动配置文件为 lets
- 将 application.yml 中的 active 配置项从 letsprod 改为 lets -此修改旨在选择不同的环境配置,可能影响应用程序的运行行为
This commit is contained in:
parent
eede992405
commit
6bbfc57c45
|
@ -36,7 +36,7 @@ spring:
|
||||||
# use-suffix-pattern: true
|
# use-suffix-pattern: true
|
||||||
profiles:
|
profiles:
|
||||||
# active: @profileActive@
|
# active: @profileActive@
|
||||||
active: letsprod
|
active: lets
|
||||||
# active: @profile.active@
|
# active: @profile.active@
|
||||||
# active: dev
|
# active: dev
|
||||||
servlet:
|
servlet:
|
||||||
|
|
Loading…
Reference in New Issue