springboot 生命周期
说明:LoadBalanced采用轮训的方式请求服务提供者,但是如果针对某些业务需要精确到某个服务提供者或者遍历所有的服务提供者,那么可以通过LoadBalancerClient去获得。
参考: http://blog.csdn.net/message_lx/article/details/56679065 http://theseus.iteye.com/blog/2366237
https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-application-properties.html#core-properties
Liveness and Readiness Probes with Spring Boot