2018年11月29日
摘要: @Configuration//所有的定时任务都放在一个线程池中,定时任务启动时使用不同都线程。public class ScheduleConfig implements SchedulingConfigurer { @Override public void configureTasks(Sch 阅读全文
posted @ 2018-11-29 14:14 Lynne** 阅读(153) 评论(0) 推荐(0) 编辑
  2018年11月27日
摘要: Spring Cloud 简介Spring Cloud是一个基于Spring Boot实现的微服务架构开放工具。它为微服务架构中设计的配置管理、服务治理、断路器、智能路由、微代理、控制总线、全局锁、决策竞选、分布式会话和集群状态管理等操作提供了一种简单的开发方式。 Spring Boot的优点:自动 阅读全文
posted @ 2018-11-27 11:42 Lynne** 阅读(82) 评论(0) 推荐(0) 编辑
  2018年11月25日
摘要: 本文来源:http://blog.51cto.com/13676067/2106968 在开始之前我们先介绍一下几个概念,什么是微服务,它的特点是什么? Spring Cloud都做了那些事情?他们之间又有什么联系? 技术背景 什么是微服务 微服务的概念源于2014年3月Martin Fowler所 阅读全文
posted @ 2018-11-25 21:48 Lynne** 阅读(143) 评论(0) 推荐(0) 编辑