自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

转载 all demos of camel component

https://github.com/apache/camel/tree/master/components 转载于:https://www.cnblogs.com/liuheng0213/p/10674063.html

2019-04-08 22:36:00 100

转载 spring 依赖查找

原文: https://segmentfault.com/a/1190000017079464?utm_source=tag-newest 公司新开发的服务需要调用其他公司的接口,但是给APP提供的接口是同一个,需要后端去自己判断使用哪个service。可以想到,最简单的办法就是if else根据字段去选个方法执行,但是,这样项目的拓展性不够高。想到了spring的依赖查找。下...

2019-04-04 14:21:00 275

转载 note of camel in action--chapter 3~8

3~8章 csdn有翻译. https://blog.csdn.net/daydaylearn/article/details/52994176 第三章: 数据格式转换, 一般有processor,bean,transform三种方式, 前两种不必要介绍了. transform()使用方式主要如下: 1 from("direct:start")   .tra...

2019-03-23 17:47:00 92

转载 note of camel in action--chapter 2 Routing with Camel

1 what is routing Input and output queues are unaware of the conditions in between them. The condi-tional logic is decoupled from the message consumer and producer. 2 java dsl ...

2019-03-13 23:54:00 131

转载 note of camel in action--chapter 1 introduction of relevant concepts

1 Message      Headers are name-value pairs; the name is a unique, case-insensitive string, and the value is of type java.lang.Object .Headers are values associated with the message, such ...

2019-03-13 23:40:00 138

转载 gitlab安装配置

一 安装配置准备工作 1 关闭firewalld防火墙 #systemctl stop firewalld #systemctl disable firewalld 2 关闭SELINUX重启系统,强制访问控制安全策略 #vi /etc/sysconfig/selinux ...SELINUX =disabled .. #reboot 重启 #getenforc...

2019-03-09 23:44:00 115

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除