From 8de0cbded8b3ac76d1cc88ad133486774cb09117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BE=E5=87=A0=E6=B5=B7?= Date: Thu, 15 Oct 2020 18:02:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(resources):=20=E6=96=B0=E5=A2=9E=E7=AE=80?= =?UTF-8?q?=E6=98=93=E9=83=A8=E7=BD=B2=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-easyDeploy.properties | 0 src/main/resources/application.properties | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/main/resources/application-easyDeploy.properties diff --git a/src/main/resources/application-easyDeploy.properties b/src/main/resources/application-easyDeploy.properties new file mode 100644 index 0000000..e69de29 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e0c3787..87cad63 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,4 @@ -spring.profiles.active=prod +spring.profiles.active=easyDeploy ####七牛的配置 ####cn.celess.blog.service.serviceimpl.QiniuServiceImpl logging.level.cn.celess.blog=debug