mirror of
https://gitee.com/dromara/sa-token.git
synced 2024-11-30 02:48:10 +08:00
简写项目目录结构
This commit is contained in:
parent
60e2afe76f
commit
72252ab6b4
2
pom.xml
2
pom.xml
@ -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 -->
|
||||
|
@ -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>
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user