Commit e1acf45a authored by liaozan's avatar liaozan 🏀

feat: add cache-spring-boot-starter to service module

parent 78f975d0
......@@ -26,6 +26,10 @@
<groupId>${groupId}</groupId>
<artifactId>${subModuleNamePrefix}-dao</artifactId>
</dependency>
<dependency>
<groupId>com.schbrain.framework</groupId>
<artifactId>cache-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.schbrain.framework</groupId>
<artifactId>oss-spring-boot-starter</artifactId>
......
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment