最新版本
0.0.1-RC3
,你可以到 maven 镜像仓库查看:https://mvnrepository.com/artifact/net.dreamlu/mica-bom
使用 mica-bom
mica-bom
,可以简化依赖和依赖版本统一处理,然后在 maven pom
或者 gradle
的 build.gradle
中不用指定相关以来的版本,避免 jar
冲突。
Maven
<dependencyManagement>
<dependencies>
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-bom</artifactId>
<version>${mica.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Gradle
Spring boot 环境中可以开启 apply plugin: "io.spring.dependency-management"
插件。
dependencyManagement {
imports {
mavenBom "net.dreamlu:mica-bom:${micaVersion}"
}
}
bom 组件列表
注意:红色标记的为 mica-pro 的组件(尚未开源,引用不到)。
开源推荐
- Spring boot 微服务高效开发
mica
工具集:https://gitee.com/596392912/mica Avue
一款基于vue可配置化的神奇框架:https://gitee.com/smallweigit/avuepig
宇宙最强微服务(架构师必备):https://gitee.com/log4j/pigSpringBlade
完整的线上解决方案(企业开发必备):https://gitee.com/smallc/SpringBlade- 加入【如梦技术】Spring QQ群:479710041,了解更多。
关注我们
扫描上面二维码,更多精彩内容每天推荐!