<dependency>
<groupId>io.gitee.lyf20200320</groupId>
<artifactId>fast-common-gateway</artifactId>
<version>1.3.1</version>
</dependency>
@Grapes(
@Grab(group='io.gitee.lyf20200320', module='fast-common-gateway', version='1.3.1')
)
<parent> <groupId>io.gitee.lyf20200320</groupId> <artifactId>fast-common</artifactId> <version>1.3.1</version> </parent>
compile
|-- io.gitee.lyf20200320:fast-common-feign
|-- io.gitee.lyf20200320:fast-common-redis
|-- org.springframework.cloud:spring-cloud-starter-gateway
|-- org.springframework.boot:spring-boot-starter-data-redis-reactive
|-- cn.dev33:sa-token-reactor-spring-boot-starter
|-- cn.dev33:sa-token-dao-redis-jackson
|-- org.apache.commons:commons-pool2
|-- com.baomidou:mybatis-plus-boot-starter
runtime