Commit e1acf45a authored by liaozan's avatar liaozan 🏀

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

parent 78f975d0
...@@ -26,6 +26,10 @@ ...@@ -26,6 +26,10 @@
<groupId>${groupId}</groupId> <groupId>${groupId}</groupId>
<artifactId>${subModuleNamePrefix}-dao</artifactId> <artifactId>${subModuleNamePrefix}-dao</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.schbrain.framework</groupId>
<artifactId>cache-spring-boot-starter</artifactId>
</dependency>
<dependency> <dependency>
<groupId>com.schbrain.framework</groupId> <groupId>com.schbrain.framework</groupId>
<artifactId>oss-spring-boot-starter</artifactId> <artifactId>oss-spring-boot-starter</artifactId>
......
...@@ -3,4 +3,4 @@ spring: ...@@ -3,4 +3,4 @@ spring:
name: ${rootArtifactId} name: ${rootArtifactId}
apollo: apollo:
bootstrap: bootstrap:
namespaces: application,kp.common.spring.jdbc,kp.common.eureka namespaces: application,eureka-common,jdbc-common,redis-common
\ No newline at end of file \ 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