logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

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 整合 Mybatis (一) mybatis-spring-boot-starter

mybatis-spring-boot-autoconfigure:http://www.mybatis.org/spring-boot-starter/mybatis-spring-boot-autoconfigure/index.htmlmybatis:http://www.mybatis.org/mybatis-3/zh/index.html1.maven依赖&lt;?xml...

#mybatis
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
到底了