diff --git a/docs/docs/community/powered-by.md b/docs/docs/community/powered-by.md index 4771d17e..81bf0e32 100644 --- a/docs/docs/community/powered-by.md +++ b/docs/docs/community/powered-by.md @@ -12,7 +12,7 @@ sidebar_position: 3 ## 谁在使用 Hippo4J -共计 19+ 家公司生产接入 Hippo4J。按照公司登记时间排序。 +共计 20+ 家公司生产接入 Hippo4J。按照公司登记时间排序。 - [身边云](https://serviceshare.com) - [Medbanks](https://www.medbanks.cn) @@ -33,3 +33,4 @@ sidebar_position: 3 - [深圳航天信息有限公司](http://sz.aisino.com/) - [新东方教育科技集团](https://www.xdf.cn/) - [远眺网络科技有限公司](https://www.yuantiaokj.com/) +- [浙江吉利控股集团有限公司](https://www.geely.com/) diff --git a/docs/docs/community/sponsor.md b/docs/docs/community/sponsor.md index 51127f15..30ca624b 100644 --- a/docs/docs/community/sponsor.md +++ b/docs/docs/community/sponsor.md @@ -4,18 +4,17 @@ sidebar_position: 4 # 支持开源 -如果您正在使用这个项目并感觉良好,或者是想支持我继续开发。通过以下二维码 一次性捐款,我多半会买一杯咖啡或茶~ - -> [GitHub](https://github.com/opengoofy/hippo4j) 或 [Gitee](https://gitee.com/agentart/hippo4j) Star 才是最大动力~ +如果您正在使用这个项目并感觉良好,或者是想支持我继续开发。通过以下二维码一次性捐款,我多半会买一杯咖啡或茶~ ![](https://images-machen.oss-cn-beijing.aliyuncs.com/IMG_6719_2.jpg?x-oss-process=image/resize,h_180,w_180) 感谢给予支持的朋友,您的支持是我前进的动力 🎉 -| | ID | 赞赏金额 | 时间 | 备注 | -|-----|--------|-------|------------|--------------------| -| 1 | 六月飞雪 | 30.00 | 2021-12-30 | 代码设计很优雅的一款框架,继续加油! | -| 2 | 孙大圣 | 26.6 | 2022-03-23 | 学习一下😁😁 | +| | ID | 赞赏金额 | 时间 | 备注 | +|-----|--|-------|------------|--------------------| +| 1 | 六月飞雪 | 30.00 | 2021-12-30 | 代码设计很优雅的一款框架,继续加油! | +| 2 | 孙大圣 | 26.6 | 2022-03-23 | 学习一下😁😁 | | 3 | Easy 点 | 66.00 | 2022-04-09 | 好货好技术当加赏 | -| 4 | 捷克 | 30.00 | 2022-05-21 | 非常不错的框架,点赞 | -| 5 | 吃猫的饼干 | 88.00 | 2022-08-21 | 👍 | +| 4 | 捷克 | 30.00 | 2022-05-21 | 非常不错的框架,点赞 | +| 5 | 吃猫的饼干 | 88.00 | 2022-08-21 | 👍 | +| 6 | 不忘初心· | 66.00 | 2022-10-28 | Nice! | diff --git a/pom.xml b/pom.xml index a0ecc5dc..42bd6f8e 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,7 @@ true false UTF-8 + 0.8.8 UTF-8 UTF-8 3.6.1 @@ -334,6 +335,25 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + + + prepare-agent + + + + report + + report + + test + + +