| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.itheima.em.auth |
| ArtifactId | ArtifactIditcast-auth-spring-boot-starter |
| Last Version | Last Version1.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionitcast-auth-spring-boot-starter
基于itcast-auth-server的restful接口实现的Java SDK的封装。
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.itheima.em.auth/itcast-auth-spring-boot-starter/ -->
<dependency>
<groupId>com.itheima.em.auth</groupId>
<artifactId>itcast-auth-spring-boot-starter</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.itheima.em.auth/itcast-auth-spring-boot-starter/
implementation 'com.itheima.em.auth:itcast-auth-spring-boot-starter:1.0.5'
// https://jarcasting.com/artifacts/com.itheima.em.auth/itcast-auth-spring-boot-starter/
implementation ("com.itheima.em.auth:itcast-auth-spring-boot-starter:1.0.5")
'com.itheima.em.auth:itcast-auth-spring-boot-starter:jar:1.0.5'
<dependency org="com.itheima.em.auth" name="itcast-auth-spring-boot-starter" rev="1.0.5">
<artifact name="itcast-auth-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itheima.em.auth', module='itcast-auth-spring-boot-starter', version='1.0.5')
)
libraryDependencies += "com.itheima.em.auth" % "itcast-auth-spring-boot-starter" % "1.0.5"
[com.itheima.em.auth/itcast-auth-spring-boot-starter "1.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.4.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.4.RELEASE |
| com.itheima.em.auth : authority-sdk | jar | 1.0.4 |