Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

实践Spring Cloud之Hystrix

Posted on 2017-11-03 | In Java | Visitors

Spring Cloud Hystrix是基于Netflix Hystrix的封装,实现断路器,提供服务降级、容错保护,提供了超时机制、线程隔离等一系列服务保护功能。

Read more »

实践Spring Cloud之Feign

Posted on 2017-11-03 | In Java | Visitors

Feign实现声明式服务调用,将REST服务包装成接口,效果类似本地调用一样

Read more »

实践Spring Cloud之Bus

Posted on 2017-11-03 | In Java | Visitors

Spring Cloud Bus links nodes of a distributed system with a lightweight message broker. This can then be used to broadcast state changes (e.g. configuration changes) or other management instructions. The only implementation currently is with an AMQP broker as the transport, but the same basic feature set (and some more depending on the transport) is on the roadmap for other transports.

Read more »

实践Spring Cloud Config

Posted on 2017-11-03 | In Java | Visitors

Spring Cloud Config Architecture

Read more »

实践Spring Boot Admin

Posted on 2017-11-03 | In Java | Visitors
Read more »

实践Spring Boot Actuator

Posted on 2017-11-03 | In Java | Visitors
1
2
3
4
<dependency>
	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
Read more »

实践Java线程

Posted on 2017-11-02 | In Java | Visitors

main主线程和自定义线程(Thread),自定义线程包括new Thread(Runnable target)和继承Thread

Read more »

实践ActiveMQ

Posted on 2017-10-31 | In Java | Visitors

确认模式

Read more »

实践Hibernate

Posted on 2017-10-31 | In Java | Visitors

延时加载(lazy loading)

Read more »

实践Spring Cloud之Eureka

Posted on 2017-10-31 | In Java | Visitors

Spring Cloud Eureka Architecture

Read more »
1 … 107 108 109 … 121
Ray Wang

Ray Wang

My Blog

1204 posts
34 categories
RSS
© 2026 Ray Wang
Powered by Jekyll
Theme - NexT.Muse