a

abp-spring-boot-starter

When the functions of ABP cannot meet service requirements, the Spring Boot framework can be used to expand its own services to make use of abundant Java frameworks on the market.
https://gitee.com/numeron/abp-spring-boot-starter
The_Apache_Software_License,Version_2.0
XiazunYang
Files download
File Operation
abp-spring-boot-starter-1.0.1.jar download
abp-spring-boot-starter-1.0.1.pom download
abp-spring-boot-starter-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>cloud.hedou</groupId>
  <artifactId>abp-spring-boot-starter</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'cloud.hedou:abp-spring-boot-starter:1.0.1'
Gradle Kotlin
implementation("cloud.hedou:abp-spring-boot-starter:1.0.1")
Scala SBT
libraryDependencies += "cloud.hedou" % "abp-spring-boot-starter" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='cloud.hedou', module='abp-spring-boot-starter', version='1.0.1')
)
Apache Ivy
<dependency org="cloud.hedou" name="abp-spring-boot-starter" rev="1.0.1" />
Leiningen
[cloud.hedou/abp-spring-boot-starter "1.0.1"]
Apache Buildr
'cloud.hedou:abp-spring-boot-starter:jar:1.0.1'