buildprofile: 修改活动配置文件为 lets

- 将 application.yml 中的 active 配置项从 letsprod 改为 lets
-此修改旨在选择不同的环境配置,可能影响应用程序的运行行为
This commit is contained in:
liuy 2024-10-25 15:52:00 +08:00
parent eede992405
commit 6bbfc57c45
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ spring:
# use-suffix-pattern: true
profiles:
# active: @profileActive@
active: letsprod
active: lets
# active: @profile.active@
# active: dev
servlet: