10 2021 档案
摘要:操作步骤: 引入依赖包、配置连接参数、新建队列、生产者代码、消费者代码 依赖包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </d
阅读全文
摘要:1、依赖包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-mongodb</artifactId> </dependency> 2、配置 # MongoDB
阅读全文