摘要: 1、导入pom.xml <!--rabbitmq--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> 2 阅读全文
posted @ 2022-06-16 22:31 难忘是想起 阅读(0) 评论(0) 推荐(0)
摘要: 1、配置RedisTemplate package com.lezu.springboot.configuration; import org.springframework.context.annotation.Bean; import org.springframework.context.an 阅读全文
posted @ 2022-06-16 21:38 难忘是想起 阅读(0) 评论(0) 推荐(0)