| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.github.liuchengts |
| Идентификатор | Идентификаторspring-boot-auth-starter |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеspring-boot-auth-starter
基于springboot的权限验证
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| spring-boot-auth-starter-1.0.2.pom | |
| spring-boot-auth-starter-1.0.2.jar | 37 KB |
| spring-boot-auth-starter-1.0.2-sources.jar | 26 KB |
| spring-boot-auth-starter-1.0.2-javadoc.jar | 220 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.liuchengts/spring-boot-auth-starter/ -->
<dependency>
<groupId>com.github.liuchengts</groupId>
<artifactId>spring-boot-auth-starter</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuchengts/spring-boot-auth-starter/
implementation 'com.github.liuchengts:spring-boot-auth-starter:1.0.2'
// https://jarcasting.com/artifacts/com.github.liuchengts/spring-boot-auth-starter/
implementation ("com.github.liuchengts:spring-boot-auth-starter:1.0.2")
'com.github.liuchengts:spring-boot-auth-starter:jar:1.0.2'
<dependency org="com.github.liuchengts" name="spring-boot-auth-starter" rev="1.0.2">
<artifact name="spring-boot-auth-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuchengts', module='spring-boot-auth-starter', version='1.0.2')
)
libraryDependencies += "com.github.liuchengts" % "spring-boot-auth-starter" % "1.0.2"
[com.github.liuchengts/spring-boot-auth-starter "1.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.2.4.RELEASE |
| org.springframework.boot : spring-boot-starter-data-redis | jar | 2.2.4.RELEASE |