Maven Surefire Plugin用于单元测试
实践maven-failsafe-plugin
实践测试之XLSUnit
XLSUnit是一个面向数据库应用的单元测试框架,使用excel,作为输入,以及输出比较,适合大量数据库操作。
实践测试之DBUnit
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.