w

web-spring-boot-starter

spring web 常用配置:异常链接,Response包装,跨域
https://gitee.com/liuyangbox/web-spring-boot-starter
Apache 2
LiuYang
Files download
File Operation
web-spring-boot-starter-1.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.zhituanbox.web</groupId>
  <artifactId>web-spring-boot-starter</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.zhituanbox.web:web-spring-boot-starter:1.1.0'
Gradle Kotlin
implementation("com.zhituanbox.web:web-spring-boot-starter:1.1.0")
Scala SBT
libraryDependencies += "com.zhituanbox.web" % "web-spring-boot-starter" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.zhituanbox.web', module='web-spring-boot-starter', version='1.1.0')
)
Apache Ivy
<dependency org="com.zhituanbox.web" name="web-spring-boot-starter" rev="1.1.0" />
Leiningen
[com.zhituanbox.web/web-spring-boot-starter "1.1.0"]
Apache Buildr
'com.zhituanbox.web:web-spring-boot-starter:jar:1.1.0'