From 4d330e8fb8edaa428045b7e53fb1ac81bac1051a Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Fri, 30 Jun 2023 11:30:42 +0800 Subject: [PATCH] Update application.yaml --- .../src/main/resources/application.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/main/resources/archetype-resources/__subModuleNamePrefix__-starter/src/main/resources/application.yaml b/src/main/resources/archetype-resources/__subModuleNamePrefix__-starter/src/main/resources/application.yaml index 76f82db..93cce7d 100644 --- a/src/main/resources/archetype-resources/__subModuleNamePrefix__-starter/src/main/resources/application.yaml +++ b/src/main/resources/archetype-resources/__subModuleNamePrefix__-starter/src/main/resources/application.yaml @@ -1,8 +1,3 @@ spring: application: - name: ${rootArtifactId} - profiles: - active: dev -apollo: - bootstrap: - namespaces: application,jdbc-common,redis-common \ No newline at end of file + name: ${rootArtifactId} \ No newline at end of file -- GitLab