carp-parent 为 carp 项目提供统一的依赖管理,确保依赖全局一致。
<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>
<parent>
<groupId>cn.sliew</groupId>
<artifactId>carp-spring-boot-parent</artifactId>
<version>0.0.1</version>
<relativePath/>
</parent>
参考:Release
This project adheres to the Contributor Covenant code of conduct
For contributions, please refer CONTRIBUTING
Thanks for all people who already contributed to Carp!
- Bugs and Features: Issues
Carp is licenced under the Apache License Version 2.0, link is here.