From 8924870a053f0b882ada86421c062cbdb9cff093 Mon Sep 17 00:00:00 2001 From: shikeying <shikeying@163.com> Date: 星期三, 08 五月 2024 13:49:06 +0800 Subject: [PATCH] 去掉加密配置文件 --- deploy-jar-template/src/main/resources/application.yml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/deploy-jar-template/src/main/resources/application.yml b/deploy-jar-template/src/main/resources/application.yml index 8bc0bdc..8ddc928 100644 --- a/deploy-jar-template/src/main/resources/application.yml +++ b/deploy-jar-template/src/main/resources/application.yml @@ -2,6 +2,7 @@ profiles: # active: oracle # active: dev - active: master + active: ai +# active: master # active: test -- Gitblit v1.9.1