mica 1.1.7 发布 mica-http 毕业从 http 组件到爬虫

mica(云母)

mica 云母,寓意为云服务的核心,增强 Spring cloud 功能,使得 Spring cloud 服务开发更加方便快捷。

mica 核心依赖

mica 基于 java 8,没有历史包袱,支持传统 Servlet 和 Reactive(webflux)。采用 mica-auto 自动生成 spring.factories 和 spring-devtools.properties 配置,仅依赖 Spring boot、Spring cloud 全家桶,无第三方依赖。市面上鲜有的微服务核心组件。

依赖 版本
Spring 5.x
Spring Boot 2.1.x
Spring Cloud Greenwich 版

更新说明

  • ⚡️ 优化 readme 添加文档地址.

  • ⚡️ 添加 .codacy.yml 配置.

  • ⚡️ 添加模块 mica-laytpl 模块.

  • ⚡️ mica-core 增强 XmlHelper 支持安全和非安全模式.

  • ⚡️ mica-http html、xml 转 Bean,并支持类型转换.

  • ⚡️ mica-http 添加重试机制.

  • ⚡️ mica-http add EventListener。

  • ⚡️ mica-http 优化拦截器,支持多个,将日志拦截器放到最后。

  • ⚡️ gradle use platform replace enforcedPlatform。

  • ⚡️ mica-cloud 优化 RestTemplate Bean 添加配置开关,默认不开启.

  • ⬆️ 依赖升级 swagger-bootstrap-ui 到 1.9.5.

1. 介绍

​ mica-http 自从 v1.1.3 加入到 mica 最近几周一直在打磨,逐渐成为了一个轻量级爬虫工具。

2. 爬虫代理和重试

3. 爬取页面

4. 模型

5. 压测报告

mica-http压测报告:https://github.com/lets-mica/mica-jmh/wiki/http

文档

猜你喜欢

转载自www.oschina.net/news/108829/mica-1-1-7-released