mirror of https://gitee.com/stylefeng/roses
【7.6.0】【框架改造】更新缓存的模块名
parent
d68d0c3e6a
commit
4ff61e5686
|
@ -11,7 +11,7 @@
|
|||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>memory-cache-spring-boot-starter</artifactId>
|
||||
<artifactId>cache-spring-boot-starter-memory</artifactId>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>redis-spring-boot-starter</artifactId>
|
||||
<artifactId>cache-spring-boot-starter-redis</artifactId>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
|
@ -19,8 +19,8 @@
|
|||
<module>cache-api</module>
|
||||
<module>cache-sdk-memory</module>
|
||||
<module>cache-sdk-redis</module>
|
||||
<module>memory-cache-spring-boot-starter</module>
|
||||
<module>redis-spring-boot-starter</module>
|
||||
<module>cache-spring-boot-starter-memory</module>
|
||||
<module>cache-spring-boot-starter-redis</module>
|
||||
</modules>
|
||||
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue