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