From 9ab6cf2b0334a3e30b18e3edfddf2ba5a0a54dc1 Mon Sep 17 00:00:00 2001 From: liaozan Date: Sat, 26 Mar 2022 22:06:15 +0800 Subject: [PATCH] chore: subModulePrefix --- .../src/main/resources/application.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main/resources/archetype-resources/__subModuleNamePrefix__-web/src/main/resources/application.yaml 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 new file mode 100644 index 0000000..d409676 --- /dev/null +++ b/src/main/resources/archetype-resources/__subModuleNamePrefix__-web/src/main/resources/application.yaml @@ -0,0 +1,6 @@ +spring: + application: + name: ${rootArtifactId} +apollo: + bootstrap: + namespaces: application,kp.common.spring.jdbc,kp.common.eureka \ No newline at end of file -- GitLab