<dependency>
<groupId>com.seepine</groupId>
<artifactId>spring-boot-starter-auth</artifactId>
<version>1.5.2</version>
</dependency>
@Grapes(
@Grab(group='com.seepine', module='spring-boot-starter-auth', version='1.5.2')
)
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.3.4.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-starter-data-redis
|-- cn.hutool:hutool-crypto:5.7.16
provided