<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>api-ext-spring-boot-starter</artifactId>
<version>1.0.9-RELEASE</version>
</dependency>
libraryDependencies += "com.github.dreamroute" % "api-ext-spring-boot-starter" % "1.0.9-RELEASE"
@Grapes(
@Grab(group='com.github.dreamroute', module='api-ext-spring-boot-starter', version='1.0.9-RELEASE')
)
<dependency org="com.github.dreamroute" name="api-ext-spring-boot-starter" rev="1.0.9-RELEASE" />
compile
|-- org.springframework.boot:spring-boot-starter-web:2.3.12.RELEASE
|-- io.springfox:springfox-boot-starter:3.0.0
|-- org.springframework.boot:spring-boot-starter-validation:2.3.12.RELEASE
|-- org.aspectj:aspectjweaver:1.9.6
|-- cn.hutool:hutool-all:5.7.13