logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Spring Boot 整合Redis (一) spring-boot-starter-data-redis

使用lettuce连接池1.maven依赖<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-data-redis</artifactId></dependency>&l...

#redis
Springboot 集成 RabbitMQ (spring-boot-starter-amqp)

Springboot 集成RabbitMQmaven依赖application.yml配置RabbitMQ配置一般队列配置死信队列配置消息发送消费者maven依赖<parent><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-parent</a

#java
Spring Boot 整合Redis (一) spring-boot-starter-data-redis

使用lettuce连接池1.maven依赖<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-data-redis</artifactId></dependency>&l...

到底了