Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.42 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.42 KB

Carp

carp-parent 为 carp 项目提供统一的依赖管理,确保依赖全局一致。

使用方式

Maven’s Bill of Material (BOM)

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>cn.sliew</groupId>
            <artifactId>carp-dependencies</artifactId>
            <version>0.0.1</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

基于继承关系的Maven父依赖

<parent>
    <groupId>cn.sliew</groupId>
    <artifactId>carp-spring-boot-parent</artifactId>
    <version>0.0.1</version>
    <relativePath/>
</parent>

项目发版

参考:Release

Code of Conduct

This project adheres to the Contributor Covenant code of conduct

Contributing

For contributions, please refer CONTRIBUTING

Thanks for all people who already contributed to Carp!

Contact

License

Carp is licenced under the Apache License Version 2.0, link is here.