摘要: 1.maven依赖 <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>4.1.10.Final</version> </dependency> 2.springboot入口启动类 阅读全文
posted @ 2020-06-04 18:42 三人語歌 阅读(1906) 评论(0) 推荐(0) 编辑
摘要: 1. 增加和修改命令 114.116.53.167:0> set 0001 0001"OK" 2. 查询命令 114.116.53.167:0>get 0001 "0001" 3. 删除命令 114.116.53.167:0>del 0001 "1" 4. 批量查询命令 114.116.53.167 阅读全文
posted @ 2020-06-04 17:00 三人語歌 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 1.jar包引入 <!-- rabbitmq --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</sco 阅读全文
posted @ 2020-06-04 16:46 三人語歌 阅读(332) 评论(0) 推荐(0) 编辑