cloud-auth-spring-boot

a spring boot starter for cloud auth

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

xin.yuki
ArtifactId

ArtifactId

cloud-auth-spring-boot
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

cloud-auth-spring-boot
a spring boot starter for cloud auth
Source Code Management

Source Code Management

https://github.com/yuki-xin/cloud-auth

Download cloud-auth-spring-boot

How to add to project

<!-- https://jarcasting.com/artifacts/xin.yuki/cloud-auth-spring-boot/ -->
<dependency>
    <groupId>xin.yuki</groupId>
    <artifactId>cloud-auth-spring-boot</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xin.yuki/cloud-auth-spring-boot/
implementation 'xin.yuki:cloud-auth-spring-boot:1.0.1'
// https://jarcasting.com/artifacts/xin.yuki/cloud-auth-spring-boot/
implementation ("xin.yuki:cloud-auth-spring-boot:1.0.1")
'xin.yuki:cloud-auth-spring-boot:pom:1.0.1'
<dependency org="xin.yuki" name="cloud-auth-spring-boot" rev="1.0.1">
  <artifact name="cloud-auth-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='xin.yuki', module='cloud-auth-spring-boot', version='1.0.1')
)
libraryDependencies += "xin.yuki" % "cloud-auth-spring-boot" % "1.0.1"
[xin.yuki/cloud-auth-spring-boot "1.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.commons : commons-collections4 jar 4.1
org.apache.commons : commons-lang3 jar 3.4
com.alibaba : fastjson jar 1.2.49

Project Modules

  • auth-core
  • auth-server
  • auth-server-spring-boot-starter
  • auth-client
  • auth-client-spring-boot-starter

Versions

Version
1.0.1
1.0.0