实践Apache Commons Pool
Apache Commons Pool提供对象池API和相关现实。
实践MongoDB之三Java驱动
实践Spring Test
spring-test
实践Spring Security Test
实践Spring Boot Test
@SpringBootTest
实践HtmlUnit
实践Selenium
实践TestRestTemplate
Spring Boot Test 1.4.0新增,用于支持单元测试和集成测试,配合@SpringBootTest则会自动创建并注入。
实践RestTemplate
Spring 3提供的一个同步HTTP客户端,支持RESTful,默认使用JDK作为底层连接支持,也可以使用Netty、Apache HttpComponent和OkHttp等HTTP库