Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

实践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 »

实践Spring Cloud之Consul

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

Consul是一个分布式高可用的系统,它包含多个组件,但是作为一个整体,在微服务架构中为我们的基础设施提供服务发现和服务配置的工具。它包含了下面几个特性:

Read more »
1 … 99 100 101 … 113
Ray Wang

Ray Wang

My Blog

1123 posts
29 categories
RSS
© 2025 Ray Wang
Powered by Jekyll
Theme - NexT.Muse