mica 微服务框架开源项目

我要开发同款
匿名用户2019年02月26日
46阅读
开发技术Java
所属分类程序开发、微服务框架
授权协议LGPL-3.0

作品详情

mica云母,寓意为云服务的核心,使得云服务开发更加方便快捷。mica的前身是lutool,lutool在内部孵化了小两年,已经被多个朋友运用到企业。由于lutool对微服务不够友好,故重塑了mica。

mica核心依赖

mica基于java8,没有历史包袱。仅依赖Spring全家桶,无第三方依赖。

依赖版本SpringBoot2.1.xSpringCloudGreenwich.RELEASEmica组件集

mica中的部分大部分组件进行了持续性打磨,增强易用性和性能。

使用mica-bom提示

mica-bom,可以简化依赖和依赖版本统一处理,避免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

Springboot环境中可以开启 applyplugin:"io.spring.dependency-management" 插件。

dependencyManagement{imports{mavenBom"net.dreamlu:mica-bom:${micaVersion}"}}组件坐标Maven<dependency><groupId>net.dreamlu</groupId><artifactId>mica-core</artifactId></dependency><dependency><groupId>net.dreamlu</groupId><artifactId>mica-launcher</artifactId></dependency><dependency><groupId>net.dreamlu</groupId><artifactId>mica-boot</artifactId></dependency><dependency><groupId>net.dreamlu</groupId><artifactId>mica-boot-test</artifactId></dependency><dependency><groupId>net.dreamlu</groupId><artifactId>mica-log4j2</artifactId></dependency><dependency><groupId>net.dreamlu</groupId><artifactId>mica-captcha</artifactId></dependency>Gradleimplementation"net.dreamlu:mica-core"implementation"net.dreamlu:mica-launcher"implementation"net.dreamlu:mica-boot"implementation"net.dreamlu:mica-boot-test"implementation"net.dreamlu:mica-log4j2"implementation"net.dreamlu:mica-captcha"文档

https://www.dreamlu.net/docs/

协议

LGPLv3

允许以引入不改源码的形式免费用于学习、毕设、公司项目、私活等。

特殊情况修改代码,但仍然想闭源需经过作者同意。

参考请注明:参考自mica:https://gitee.com/596392912/mica

声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论