mirror of
https://gitee.com/dromara/sa-token.git
synced 2024-12-02 03:47:50 +08:00
模块名称更换为spring-aop
This commit is contained in:
parent
fbff086ed9
commit
dc5bfb6d84
1
pom.xml
1
pom.xml
@ -22,6 +22,7 @@
|
||||
<module>sa-token-spring-boot-starter</module>
|
||||
<module>sa-token-dao-redis</module>
|
||||
<module>sa-token-dao-redis-jackson</module>
|
||||
<module>sa-token-spring-aop</module>
|
||||
</modules>
|
||||
|
||||
<!-- 开源协议 apache 2.0 -->
|
||||
|
@ -11,8 +11,8 @@
|
||||
</parent>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>sa-token-aop</name>
|
||||
<artifactId>sa-token-aop</artifactId>
|
||||
<name>sa-token-spring-aop</name>
|
||||
<artifactId>sa-token-spring-aop</artifactId>
|
||||
<description>sa-token authentication by spring-aop</description>
|
||||
|
||||
<dependencies>
|
Loading…
Reference in New Issue
Block a user