MVN

com.zhituanbox.web : web-spring-boot-starter

Maven & Gradle

Dec 19, 2021

web-spring-boot-starter · spring web 常用配置:异常链接,Response包装,跨域

<dependency>
    <groupId>com.zhituanbox.web</groupId>
    <artifactId>web-spring-boot-starter</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zhituanbox.web : web-spring-boot-starter to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.zhituanbox.web : web-spring-boot-starter to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
web-spring-boot-starter-1.1.0
1.0.x
web-spring-boot-starter-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.zhituanbox.web</groupId>
    <artifactId>web-spring-boot-starter</artifactId>
    <version>1.1.0</version>
</dependency>