还有几个小时2018年就要过去了,盘点一下小编从做做公众号以来发送了273篇文章,其中包含原创文章90篇,虽然原创的有点少,但是2019年小编将一如既往给大家分享跟多的干货,分享工作中的经验,让大家在职业生涯中少走弯路。实实在在的干货,让大家不要走工作6年整,到手都不到8k的大弯路。2019大家还是要以学习技术为本,这才是IT人吃饭的必要法宝。

2018年分享的Spring Cloud 2.x系列文章

Spring Cloud 2.x系列之eureka注册中心单机

Spring Cloud 2.x系列之 eureka注册中心集群

Spring Cloud 2.x系列之配置中心

Spring Cloud 2.x系列之服务注册&服务提供者

Spring Cloud 2.x系列之springcloud整合mybatis注解方式

Spring Cloud 2.x系列之如何获取配置中心的配置

Spring Cloud 2.x系列之服务发现&服务消费者Ribbon

Spring Cloud 2.x系列之服务发现&服务消费者Feign

Spring Cloud 2.x系列之springcloud整合logback打印sql语句

Spring Cloud 2.x系列之服务提供者provider如何使用配置中心config

Spring Cloud 2.x系列之RestTemplate+Ribbon整合断路器Hystrix

Spring Cloud 2.x系列之如何使用断路器监控Hystrix Dashboard

Spring Cloud 2.x系列之Ribbon整合断路器监控Hystrix Dashboard

Spring Cloud 2.x系列之Feign整合断路器监控Hystrix Dashboard

Spring Cloud 2.x系列之Feign整合断路器Hystrix

Spring Cloud 2.x系列之springcloud整合Swagger2构建Restful服务的APIs

Spring Cloud 2.x系列之springcloud整合lettuce使用redis

Spring Cloud 2.x系列之spring cloud如何使用spring-test进行单元测试

Spring Cloud 2.x系列之springcloud如何使用spring-cache

Spring Cloud 2.x系列之断路器集群监控Turbine

Spring Cloud 2.x系列之springboot集成freemarker

Spring Cloud 2.x系列之springcloud分布式Session之Spring Session

Spring Cloud 2.x系列之springboot集成quartz

Spring Cloud 2.x系列之springboot集成ActiveMQ

Spring Cloud 2.x系列之springboot发送邮件

Spring Cloud 2.x系列之模板引擎thymeleaf

Spring Cloud 2.x系列之网关zuul入门(一)

Spring Cloud 2.x系列之网关zuul入门(二)

Spring Cloud 2.x系列之网关zuul入门(三)

Spring Cloud 2.x系列之整合rocketMQ

SpringCloud 2.x之Spring Cloud 中整合Zipkin进行服务跟踪zipkin-client

SpringCloud 2.x之Spring Cloud 服务跟踪总结

SpringCloud 2.x之网关Spring Cloud Gateway

Spring Cloud 2.x之整合工作流Activiti

Spring Cloud 2.x之Activiti整合规则引擎Drools

Spring Cloud 2.x之SpringBoot配置Cors解决跨域请求

Spring Cloud 2.x之服务网关 Zuul过滤器

2019年继续深挖SpringBoot、 SpringCloud、Dubbo等框架的相关技术,同时将分享一些中间件的相关技术,如nginx、ElasticSearch。希望新的一年里大家都立一个Flag,来年实现这个Flag。

2018年分享的Spring Cloud 2.x系列文章的更多相关文章

  1. Spring Cloud微服务系列文,服务调用框架Feign

    之前博文的案例中,我们是通过RestTemplate来调用服务,而Feign框架则在此基础上做了一层封装,比如,可以通过注解等方式来绑定参数,或者以声明的方式来指定请求返回类型是JSON.    这种 ...

  2. Spring Boot 2.0系列文章(五):Spring Boot 2.0 项目源码结构预览

    关注我 转载请务必注明原创地址为:http://www.54tianzhisheng.cn/2018/04/15/springboot2_code/ 项目结构 结构分析: Spring-boot-pr ...

  3. Spring Boot 2.0系列文章(七):SpringApplication 深入探索

    关注我 转载请务必注明原创地址为:http://www.54tianzhisheng.cn/2018/04/30/springboot_SpringApplication/ 前言 在 Spring B ...

  4. Spring Cloud微服务系列文,Hystrix与Eureka的整合

    和Ribbon等组件一样,在项目中,Hystrix一般不会单独出现,而是会和Eureka等组件配套出现.在Hystrix和Eureka整合后的框架里,一般会用到Hystrix的断路器以及合并请求等特性 ...

  5. Spring源码分析(一):从哪里开始看spring源码(系列文章基于Spring5.0)

    概述 对于大多数第一次看spring源码的人来说,都会感觉不知从哪开始看起,因为spring项目源码由多个子项目组成,如spring-beans,spring-context,spring-core, ...

  6. Spring Cloud Eureka 自我保护机制实战分析

    前些天栈长在Java技术栈微信公众号分享过 Spring Cloud Eureka 的系列文章: Spring Cloud Eureka 自我保护机制 Spring Cloud Eureka 常用配置 ...

  7. 在阿里云容器服务上开发基于Docker的Spring Cloud微服务应用

    本文为阿里云容器服务Spring Cloud应用开发系列文章的第一篇. 一.在阿里云容器服务上开发Spring Cloud微服务应用(本文) 二.部署Spring Cloud应用示例 三.服务发现 四 ...

  8. 一:Spring Boot、Spring Cloud

    上次写了一篇文章叫Spring Cloud在国内中小型公司能用起来吗?介绍了Spring Cloud是否能在中小公司使用起来,这篇文章是它的姊妹篇.其实我们在这条路上已经走了一年多,从16年初到现在. ...

  9. Spring Cloud Eureka 常用配置详解,建议收藏!

    前几天,栈长分享了 <Spring Cloud Eureka 注册中心集群搭建,Greenwich 最新版!>,今天来分享下 Spring Cloud Eureka 常用的一些参数配置及说 ...

随机推荐

  1. cookie,seesion学习

    一,为什么需要cookie和session? 1,Web应用程序是使用HTTP协议传输数据的.然而HTTP协议是无状态的协议.一旦数据交换完毕,客户端与服务器端的连接就会关闭,再次交换数据需要建立新的 ...

  2. 【问题解决方案】本地仓库删除远程库后添加到已有github仓库时仓库地址找不到的问题(github仓库SSH地址)

    参考: 我参考我自己.jpg 背景: 想添加一下远程库,github主页找了半天,Google搜索了半天,都没有找到,所以这里写一个,记录一下 1-格式分析:git@github.com:用户名/仓库 ...

  3. jQuery取值/赋值常见方法收集

    1.文本取值.赋值 $("#id").attr("value"); $("#id").val(); $("#id).attr(&q ...

  4. java 双重校验性volatile

    A a = new A(); 上述可拆分为三个步骤: -1.分配地址 -2.初始化对象 -3.将 变量a 指向这个地址 在准时制生产方式(Just In Time简称JIT)时,可能发生指令重排: 在 ...

  5. Python 序列类型拆包 %s 和'{}'.format 的功能差异之一

    >>> 1, 2, 3 #这样写成一行相当于一个元组(1, 2, 3)>>> x = 1, 2, 3>>> x(1, 2, 3)>>& ...

  6. 简单的51单片机多任务操作系统(C51)

    在网上看到这段代码,所以自己尝试了,可以跑起来,但是没有精确的定时功能,仅仅是任务的调度而已. 数组中是11,而不是12.这里写错了... /* 简单的多任务操作系统 其实只有个任务调度切换,把说它是 ...

  7. 【leetcode】979. Distribute Coins in Binary Tree

    题目如下: Given the root of a binary tree with N nodes, each node in the tree has node.val coins, and th ...

  8. Security Spring 配置

    <?xml version="1.0" encoding="UTF-8"?><beans:beans xmlns="http://w ...

  9. bzoj 3626

    http://www.lydsy.com/JudgeOnline/problem.php?id=3626 让我比较惊讶的一道链剖裸题(' '    ) 做法很精妙 首先我们考虑对于单个询问时可以拆分成 ...

  10. PHP filter_input_array() 函数

    定义和用法 filter_input_array() 函数从脚本外部获取多项输入(比如表单输入),并进行过滤. 该函数对过滤多个输入变量很有用,无需重复调用 filter_input(). 该函数可从 ...