From e1acf45aa9d40226f4099f3638cf9cb8d8b5b87b Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Wed, 3 Aug 2022 22:48:53 +0800 Subject: [PATCH] feat: add cache-spring-boot-starter to service module --- .../__subModuleNamePrefix__-service/pom.xml | 4 ++++ .../src/main/resources/application.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/archetype-resources/__subModuleNamePrefix__-service/pom.xml b/src/main/resources/archetype-resources/__subModuleNamePrefix__-service/pom.xml index 9070368..20b81ae 100644 --- a/src/main/resources/archetype-resources/__subModuleNamePrefix__-service/pom.xml +++ b/src/main/resources/archetype-resources/__subModuleNamePrefix__-service/pom.xml @@ -26,6 +26,10 @@ ${groupId} ${subModuleNamePrefix}-dao + + com.schbrain.framework + cache-spring-boot-starter + com.schbrain.framework oss-spring-boot-starter 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 d409676..bc2d9a3 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 @@ -3,4 +3,4 @@ spring: name: ${rootArtifactId} apollo: bootstrap: - namespaces: application,kp.common.spring.jdbc,kp.common.eureka \ No newline at end of file + namespaces: application,eureka-common,jdbc-common,redis-common \ No newline at end of file -- GitLab