License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.xkcoding.justauth |
ArtifactId | ArtifactIdjustauth-spring-boot-starter |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjustauth-spring-boot-starter
Spring Boot 集成 JustAuth 的最佳实践~
JustAuth 脚手架
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.xkcoding.justauth/justauth-spring-boot-starter/ -->
<dependency>
<groupId>com.xkcoding.justauth</groupId>
<artifactId>justauth-spring-boot-starter</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xkcoding.justauth/justauth-spring-boot-starter/
implementation 'com.xkcoding.justauth:justauth-spring-boot-starter:1.4.0'
// https://jarcasting.com/artifacts/com.xkcoding.justauth/justauth-spring-boot-starter/
implementation ("com.xkcoding.justauth:justauth-spring-boot-starter:1.4.0")
'com.xkcoding.justauth:justauth-spring-boot-starter:jar:1.4.0'
<dependency org="com.xkcoding.justauth" name="justauth-spring-boot-starter" rev="1.4.0">
<artifact name="justauth-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xkcoding.justauth', module='justauth-spring-boot-starter', version='1.4.0')
)
libraryDependencies += "com.xkcoding.justauth" % "justauth-spring-boot-starter" % "1.4.0"
[com.xkcoding.justauth/justauth-spring-boot-starter "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
cn.hutool : hutool-core | jar | 5.6.5 |
me.zhyd.oauth : JustAuth | jar | 1.16.1 |
org.springframework.boot : spring-boot-starter-data-redis Optional | jar | |
org.apache.commons : commons-pool2 Optional | jar | |
org.springframework.boot : spring-boot-autoconfigure Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.projectlombok : lombok Optional | jar |