a

alita-restful-api-resServer-starter

alita restful api, oauth2的资源服务(除了认证中心之外的其他restful api) 启动器
The Apache Software License, Version 2.0
Files download
File Operation
alita-restful-api-resServer-starter-1.0.0.jar download
alita-restful-api-resServer-starter-1.0.0.pom download
alita-restful-api-resServer-starter-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>top.klw8.alita</groupId>
  <artifactId>alita-restful-api-resServer-starter</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'top.klw8.alita:alita-restful-api-resServer-starter:1.0.0'
Gradle Kotlin
implementation("top.klw8.alita:alita-restful-api-resServer-starter:1.0.0")
Scala SBT
libraryDependencies += "top.klw8.alita" % "alita-restful-api-resServer-starter" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='top.klw8.alita', module='alita-restful-api-resServer-starter', version='1.0.0')
)
Apache Ivy
<dependency org="top.klw8.alita" name="alita-restful-api-resServer-starter" rev="1.0.0" />
Leiningen
[top.klw8.alita/alita-restful-api-resServer-starter "1.0.0"]
Apache Buildr
'top.klw8.alita:alita-restful-api-resServer-starter:jar:1.0.0'
Dependencies
<parent>
  <groupId>top.klw8.alita</groupId>
  <artifactId>alita-starter-base</artifactId>
  <version>1.0.0</version>
</parent>

compile

|-- top.klw8.alita:alita-restful-api-starter:1.0.0

|-- org.springframework.security:spring-security-oauth2-resource-server:5.3.3.RELEASE

|-- com.alibaba.cloud:spring-cloud-starter-alibaba-sentinel:2.2.5.RELEASE

|-- top.klw8.alita:alita-entitys:1.0.0

|-- com.baomidou:mybatis-plus-extension:3.4.2

|-- org.springframework.boot:spring-boot-starter-security:2.3.9.RELEASE

|-- org.springframework.security.oauth:spring-security-oauth2:2.3.8.RELEASE

|-- org.springframework.security:spring-security-jwt:1.0.10.RELEASE

|-- org.springframework.security:spring-security-oauth2-jose:5.3.3.RELEASE

|-- org.springframework:spring-test:5.2.13.RELEASE

|-- org.apache.logging.log4j:log4j-1.2-api:2.13.3

|-- org.apache.logging.log4j:log4j-slf4j-impl:2.13.3

|-- org.slf4j:jcl-over-slf4j:1.7.30

|-- com.lmax:disruptor:3.4.2

|-- org.aspectj:aspectjweaver:1.9.6

|-- com.googlecode.aviator:aviator:3.3.0

|-- commons-io:commons-io:2.6

|-- commons-codec:commons-codec:1.14

|-- commons-beanutils:commons-beanutils:1.9.4

|-- org.apache.commons:commons-collections4:4.2

|-- org.apache.commons:commons-lang3:3.10

|-- org.apache.commons:commons-text:1.6

|-- org.projectlombok:lombok:1.18.20

|-- org.springframework:spring-context-support:5.2.13.RELEASE

test

|-- org.junit.jupiter:junit-jupiter-api:5.6.3

|-- org.junit.platform:junit-platform-runner:1.3.1

|-- org.junit.platform:junit-platform-console-standalone:1.3.1