简写项目目录结构

This commit is contained in:
shengzhang 2020-12-27 00:12:48 +08:00
parent 60e2afe76f
commit 72252ab6b4
6 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@
<modules>
<module>sa-token-core</module>
<module>sa-token-spring-boot-starter</module>
<module>sa-token-dao-redis-spring-boot-starter</module>
<module>sa-token-dao-redis</module>
</modules>
<!-- 开源协议 apache 2.0 -->

View File

@ -11,8 +11,8 @@
</parent>
<packaging>jar</packaging>
<name>sa-token-dao-redis-spring-boot-starter</name>
<artifactId>sa-token-dao-redis-spring-boot-starter</artifactId>
<name>sa-token-dao-redis</name>
<artifactId>sa-token-dao-redis</artifactId>
<description>sa-token integrate redis</description>
<dependencies>

View File

@ -35,7 +35,7 @@
<!-- sa-token 整合 redis -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-dao-redis-spring-boot-starter</artifactId>
<artifactId>sa-token-dao-redis</artifactId>
<version>1.7.0</version>
</dependency>