MVN

com.chenggongdu : bootutils-bom

Maven & Gradle

Sep 04, 2023

针对springboot提供丰富的工具,此模块为bootutils所有模块汇总,最终形式为拆分开的多个jar包,可以通过exclude方式排除不需要的模块

<dependency>
    <groupId>com.chenggongdu</groupId>
    <artifactId>bootutils-bom</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.chenggongdu : bootutils-bom to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.chenggongdu : bootutils-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
bootutils-bom-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.chenggongdu</groupId>
    <artifactId>bootutils-bom</artifactId>
    <version>1.0.0</version>
</dependency>