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 0000000000000000000000000000000000000000..d4096761d17ec66971d56915e0d117d38c62696b --- /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