pin.liu

Results 3 issues of pin.liu

```java synchronized (channelGroup) { if (oldChannel != channelGroup.channel) { return; } Channel newChannel = null; try { newChannel = channelGroup.createChannel( channelGroup.getServiceInstance().getIp(), channelGroup.getServiceInstance().getPort()); } catch (Exception e) { log.info("failed reconnecting"); }...

Spring Boot 2.0.0 版本已经移除了 org.springframework.boot.bind.RelaxedPropertyResolver 这个类

```bash [2017-08-21T06:05:58,751][WARN ][o.e.d.r.RestController ] Content type detection for rest requests is deprecated. Specify the content type using the [Content-Type] header. [2017-08-21T06:05:59,050][WARN ][o.e.d.r.RestController ] Content type detection for rest requests is...