【7.6.0】【框架改造】更新缓存的模块名

pull/55/head
fengshuonan 2023-05-09 19:06:39 +08:00
parent d68d0c3e6a
commit 4ff61e5686
9 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>memory-cache-spring-boot-starter</artifactId> <artifactId>cache-spring-boot-starter-memory</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -11,7 +11,7 @@
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>redis-spring-boot-starter</artifactId> <artifactId>cache-spring-boot-starter-redis</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -19,8 +19,8 @@
<module>cache-api</module> <module>cache-api</module>
<module>cache-sdk-memory</module> <module>cache-sdk-memory</module>
<module>cache-sdk-redis</module> <module>cache-sdk-redis</module>
<module>memory-cache-spring-boot-starter</module> <module>cache-spring-boot-starter-memory</module>
<module>redis-spring-boot-starter</module> <module>cache-spring-boot-starter-redis</module>
</modules> </modules>
<dependencies> <dependencies>