Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

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

实践Spring Cloud

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

Spring Cloud构建在Spring Boot之上,提供了微服务体系和架构等相关的管理,例如:服务治理、配置管理等。Spring Cloud Reference Manual

Read more »

实践Spring Cloud Ribbon

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

Spring Cloud Ribbon,基于Ribbon实现的客户端负载均衡解决方案,这里的客户端指的是远程服务。

Read more »
1 … 96 97 98 … 110
Ray Wang

Ray Wang

My Blog

1091 posts
26 categories
RSS
© 2025 Ray Wang
Powered by Jekyll
Theme - NexT.Muse