最新版本

0.0.1-RC3,你可以到 maven 镜像仓库查看:https://mvnrepository.com/artifact/net.dreamlu/mica-bom

使用 mica-bom

mica-bom,可以简化依赖和依赖版本统一处理,然后在 maven pom 或者 gradlebuild.gradle 中不用指定相关以来的版本,避免 jar 冲突。

Maven

  1. <dependencyManagement>
  2. <dependencies>
  3. <dependency>
  4. <groupId>net.dreamlu</groupId>
  5. <artifactId>mica-bom</artifactId>
  6. <version>${mica.version}</version>
  7. <type>pom</type>
  8. <scope>import</scope>
  9. </dependency>
  10. </dependencies>
  11. </dependencyManagement>

Gradle

Spring boot 环境中可以开启 apply plugin: "io.spring.dependency-management" 插件。

  1. dependencyManagement {
  2. imports {
  3. mavenBom "net.dreamlu:mica-bom:${micaVersion}"
  4. }
  5. }

bom 组件列表

008.png

注意:红色标记的为 mica-pro 的组件(尚未开源,引用不到)。

开源推荐

关注我们

如梦技术-公众号.jpg

扫描上面二维码,更多精彩内容每天推荐!