mica(云母)
mica 由如梦技术内部的 lutool(撸秃)演变而来。lutool 诞生于 2017 年,受 jhipster 启发逐步形成一个微服务的核心集。
因 lutool 名称与功能不太符合,故在2019年开源时将其改名为 mica(云母),寓意为云服务的基石。
mica 2.x核心依赖
mica 基于 java 8,没有历史包袱,支持传统 Servlet 和 Reactive(webflux)。采用 mica-auto 自动生成 spring.factories 和 spring-devtools.properties 配置,仅依赖 Spring boot、Spring cloud 全家桶,无第三方依赖。市面上鲜有的微服务核心组件。
依赖 | 版本 |
---|---|
Spring Boot | 2.2.x |
mica 2.0.2-GA 更新说明
-
release
版本号格式为x.x.x-GA
,响应冷神
的吐槽。 - Fixing DateUtil.parse github #25,感谢 kinsey-jian 同学的反馈。
- mica-core 完善 javadoc,方便生成文档。
- mica-core Once 添加函数方法。
- mica-core 优化 WebUtil renderJson。
- mica-http Slf4jLogger 改为枚举。
- mica-core 添加 DecimalNum 方便金额计算。
- mica-core 优化 JsonUtil。
- 文案错误,redis prefixKeysWith 方法过时
- mica-captcha 添加 CaptchaVo。
- spring boot to 2.3.0.RELEASE。
- mica-auto version to 1.2.3。
- okhttp version to 3.14.9。
- update knife4j to 2.0.3。
- spring cloud to Hoxton.SR5
- Github actions publish snapshot.
版本说明
此次版本修复了日期转换 DateUtil.parse
对日期型格式和时间型格式的支持。 mica
中采用 Instant + DateTimeFormatter,实现 Java8下 Date 的快速格式和转换,详见:《java8+ 简单、安全、高效的格式化 Date》。
由于测试不到位和对 java8 Instant 理解不够,对纯日期和时间格式会报错,目前重写 Instant Query 已完美解决,欢迎试用。
文档
- mica 源码 Github:https://github.com/lets-mica
- mica 源码 Gitee(码云):https://gitee.com/596392912/mica
- 文档地址(官网):https://www.dreamlu.net/mica2x/index.html
- 文档地址(语雀-可关注订阅):https://www.yuque.com/dreamlu
- 示例项目:https://github.com/lets-mica/mica-example
关注我们
扫描上面二维码,更多精彩内容每天推荐!