From b0e217887399d4483cdb9b05a202bc86a0d00d54 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Wed, 17 Aug 2022 01:02:03 +0800 Subject: [PATCH] chore: update application.yaml --- .../src/main/resources/application.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/archetype-resources/__subModuleNamePrefix__-web/src/main/resources/application.yaml b/src/main/resources/archetype-resources/__subModuleNamePrefix__-web/src/main/resources/application.yaml index bc2d9a3..76f82db 100644 --- a/src/main/resources/archetype-resources/__subModuleNamePrefix__-web/src/main/resources/application.yaml +++ b/src/main/resources/archetype-resources/__subModuleNamePrefix__-web/src/main/resources/application.yaml @@ -1,6 +1,8 @@ spring: application: name: ${rootArtifactId} + profiles: + active: dev apollo: bootstrap: - namespaces: application,eureka-common,jdbc-common,redis-common \ No newline at end of file + namespaces: application,jdbc-common,redis-common \ No newline at end of file -- GitLab