s

spring-boot-webflux-auth-starter

基于springboot webflux的权限验证
The Apache Software License, Version 2.0
liuchengts
Files download
File Operation
spring-boot-webflux-auth-starter-1.0.0.3.jar download
spring-boot-webflux-auth-starter-1.0.0.3.pom download
spring-boot-webflux-auth-starter-1.0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.liuchengts</groupId>
  <artifactId>spring-boot-webflux-auth-starter</artifactId>
  <version>1.0.0.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.liuchengts:spring-boot-webflux-auth-starter:1.0.0.3'
Gradle Kotlin
implementation("io.github.liuchengts:spring-boot-webflux-auth-starter:1.0.0.3")
Scala SBT
libraryDependencies += "io.github.liuchengts" % "spring-boot-webflux-auth-starter" % "1.0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.liuchengts', module='spring-boot-webflux-auth-starter', version='1.0.0.3')
)
Apache Ivy
<dependency org="io.github.liuchengts" name="spring-boot-webflux-auth-starter" rev="1.0.0.3" />
Leiningen
[io.github.liuchengts/spring-boot-webflux-auth-starter "1.0.0.3"]
Apache Buildr
'io.github.liuchengts:spring-boot-webflux-auth-starter:jar:1.0.0.3'