摘要: 1、pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> <dependency> <group 阅读全文
posted @ 2020-07-03 20:48 haohao1234 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 一.消息发送端 pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> application.y 阅读全文
posted @ 2020-07-03 20:41 haohao1234 阅读(160) 评论(0) 推荐(0) 编辑