摘要: 首先看版本对应 https://github.com/alibaba/spring-cloud-alibaba/wiki/版本说明 然后导入依赖 Nacos集群搭建参照 Windows安装Nacos单机&集群 <!-- nacos --> <dependency> <groupId>org.spri 阅读全文
posted @ 2020-09-10 18:00 劈天造陆 阅读(3402) 评论(1) 推荐(0) 编辑
摘要: 文末有源码地址 添加依赖 <!--amqp依赖--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> 创建 阅读全文
posted @ 2020-09-10 15:07 劈天造陆 阅读(1404) 评论(0) 推荐(1) 编辑
摘要: 文末有:SpringBoot整合RabbitMQ rabbitMQ是Erlang语言开发的所以先下载Erlang https://www.erlang.org/downloads 下载到磁盘中 双击安装 配置环境变量 检验 下载RabbitMQ https://www.rabbitmq.com/do 阅读全文
posted @ 2020-09-10 14:57 劈天造陆 阅读(18386) 评论(0) 推荐(4) 编辑
摘要: 下载地址: https://github.com/alibaba/nacos/releases 创建nacos配置库,并运行下面的sql脚本 然后修改配置文件application.properties spring.datasource.platform=mysql db.num=1 db.url 阅读全文
posted @ 2020-09-10 13:20 劈天造陆 阅读(8194) 评论(0) 推荐(0) 编辑