01 2019 档案

摘要:转载: https://blog.csdn.net/samxx8/article/details/47417133 从AMQP协议可以看出,MessageQueue、Exchange和Binding构成了AMQP协议的核心,下面我们就围绕这三个主要组件 从应用使用的角度全面的介绍如何利用Rabbit 阅读全文
posted @ 2019-01-21 21:47 梦在远方 阅读(510) 评论(0) 推荐(0)
摘要:rabbitMQ: https://blog.csdn.net/vbirdbest/column/info/18247 rabbitMQ: https://www.cnblogs.com/vipstone/p/9350075.html rabbitMQ: https://blog.csdn.net/ 阅读全文
posted @ 2019-01-20 23:09 梦在远方 阅读(119) 评论(0) 推荐(0)
摘要:MQ全称为Message Queue, 是一种分布式应用程序的的通信方法,它是消费-生产者模型的一个典型的代表,producer往消息队列中不断写入消息,而另一端consumer则可以读取或者订阅队列中的消息。RabbitMQ是MQ产品的典型代表,是一款基于AMQP协议可复用的企业消息系统。业务上, 阅读全文
posted @ 2019-01-20 22:29 梦在远方 阅读(763) 评论(0) 推荐(0)
摘要:花了一些时间,重新整理了一个最完整的Mybatis Generator(简称MBG)的最完整配置文件,带详解,再也不用去看EN的User Guide了; 阅读全文
posted @ 2019-01-18 23:33 梦在远方 阅读(250) 评论(0) 推荐(0)
摘要:转载:https://blog.csdn.net/ssshen14/article/details/80004459 离线插件 下载:https://github.com/mybatis/generator/releases 简单起见,直接写安装过程 主要是原因是:在墙内一些更新源会连接超时,所以需 阅读全文
posted @ 2019-01-16 22:32 梦在远方 阅读(1096) 评论(0) 推荐(0)
摘要:在Spring Cloud的配置文件中,发现使用yml与properties两种后缀的文件: 在application.properties中内容是这样的: server.port=8801eureka.client.register-with-eureka=falseeureka.client.f 阅读全文
posted @ 2019-01-14 21:43 梦在远方 阅读(6480) 评论(0) 推荐(0)