From bbf85093d5b97d2b1a2d101f6f1b914587f784b7 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Thu, 5 May 2022 18:02:19 +0800 Subject: [PATCH] =?UTF-8?q?[issues/I55DJD]=20=E5=90=AF=E5=8A=A8=E6=8A=A5?= =?UTF-8?q?=E9=94=99=EF=BC=8C=E5=8D=95=E4=BD=93=E5=BA=94=E7=94=A8=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E8=87=B3V3.2.0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jeecg-boot-module-system/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeecg-boot/jeecg-boot-module-system/src/main/resources/application.yml b/jeecg-boot/jeecg-boot-module-system/src/main/resources/application.yml index 8054cf93..67562f19 100644 --- a/jeecg-boot/jeecg-boot-module-system/src/main/resources/application.yml +++ b/jeecg-boot/jeecg-boot-module-system/src/main/resources/application.yml @@ -2,4 +2,4 @@ spring: application: name: jeecg-system profiles: - active: @profile.name@ \ No newline at end of file + active: '@profile.name@' \ No newline at end of file