DBUnit is a JUnit extension (also usable with Ant) targeted at database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.
实践JSONassert
JSONassert Write JSON unit tests in less code. Great for testing REST interfaces.
实践JSONPath
实践AssertJ
AssertJ Fluent assertions for java
实践Spring Cloud之Security
实践Spring Cloud之Gateway
Spring Cloud Gateway provides a library for building an API Gateway on top of Spring MVC. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.
实践Spring Cloud之Cluster
实践DBVisualizer
指定jdk
实践Motan
Motan是新浪微博开源的支持SOA架构的RPC框架。
实践Arthas
Arthas(阿尔萨斯)是阿里巴巴开源的 Java 诊断工具。源代码地址:arthas【Gitee】