12 2022 档案
摘要:更完整使用:参考 https://gitee.com/clarinoSun/study_note/tree/master/04-CleanCode/%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95 POM <dependency> <groupId>org.mockito</
阅读全文
摘要:POM配置 <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> </dependency> Java Test类结构 Class XXXTest{ @Test Pub
阅读全文
摘要:https://zhuanlan.zhihu.com/p/571520010 SpringRunner实现Junit暴露的BlockJUnit4ClassRunner SpringJUnit4ClassRunner实现了BlockJUnit4ClassRunner,它运行的是一个标准的JUnit4测
阅读全文
摘要:https://martinfowler.com/articles/practical-test-pyramid.html https://developer.aliyun.com/article/792515 Java编程技巧之单元测试用例编写流程 https://developer.51cto.
阅读全文
摘要:基于华为内部CSE开源 子项目 项目简介 开源URL 业界主流 chassis 微服务开发框架 https://github.com/apache/servicecomb-java-chassis Spring Cloud、Dubbo Service Center 注册中心 https://gith
阅读全文
摘要:推荐: https://www.sofastack.tech/blog/seata-distributed-transaction-deep-dive/ Seata 分布式事务实践和开源详解(各种XA/TCC/saga等) https://segmentfault.com/a/11900000437
阅读全文
摘要:日均5亿查询量的京东订单中心,为什么舍MySQL用ElasticSearch https://www.sohu.com/a/331974632_505827 ElasticSearch 亿级数据检索深度优化 https://z.itpub.net/article/detail/024CB809317
阅读全文