Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

实践TestRestTemplate

Posted on 2018-04-24 | In 测试 | Visitors

Spring Boot Test 1.4.0新增,用于支持单元测试和集成测试,配合@SpringBootTest则会自动创建并注入。

Read more »

实践RestTemplate

Posted on 2018-04-24 | In Java | Visitors

Spring 3提供的一个同步HTTP客户端,支持RESTful,默认使用JDK作为底层连接支持,也可以使用Netty、Apache HttpComponent和OkHttp等HTTP库

Read more »

实践WebClient

Posted on 2018-04-23 | In Java | Visitors

WebClient是Spring 5提供的一个非阻塞和响应式的HTTP客户端API

Read more »

实践Spring Data Redis

Posted on 2018-04-17 | In 数据库 | Visitors

RedisConnection&RedisConnectionFactory

Read more »

实践数据库连接池之DBCP

Posted on 2018-04-17 | In Java | Visitors

DBCP Database Connection Pools

Read more »

实践HttpClient

Posted on 2018-04-17 | In Java | Visitors

HttpClient

Read more »

实践CommonsHttpClient

Posted on 2018-04-17 | In Java | Visitors

Commons HttpClient

Read more »

实践代码覆盖Codecov

Posted on 2018-04-16 | In 测试 | Visitors

Codecov

Read more »

实践持续集成测试之Travis CI

Posted on 2018-04-12 | In 测试 | Visitors

Travis CI 是在线托管的CI服务,用Travis来进行持续集成,不需要自己搭服务器,在网页上点几下就好,用起来更方便。最重要的是,它对开源项目是免费的。

Read more »

实践Lombok

Posted on 2018-04-04 | In Java | Visitors

Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equals method again. Early access to future java features such as val, and much more.

Read more »
1 … 98 99 100 … 122
Ray Wang

Ray Wang

My Blog

1218 posts
36 categories
RSS
© 2026 Ray Wang
Powered by Jekyll
Theme - NexT.Muse