MVN

cn.leocode.module : leocode-spring-boot-parent

Maven & Gradle

Oct 18, 2023

LeoCode Module Parent · 根据自定义请求头获取版本号,将响应数据重写为配置文件中配置的版本号对应的全局统一响应结构。

<dependency>
    <groupId>cn.leocode.module</groupId>
    <artifactId>leocode-spring-boot-parent</artifactId>
    <version>2023.0.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.leocode.module : leocode-spring-boot-parent to add to Maven - Latest Versions:

  • Latest Stable: 2023.0.0.0

All Versions

Choose a version of cn.leocode.module : leocode-spring-boot-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2023.0.x
leocode-spring-boot-parent-2023.0.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cn.leocode.module</groupId>
    <artifactId>leocode-spring-boot-parent</artifactId>
    <version>2023.0.0.0</version>
</dependency>