0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)HTML920 stars (920 stars)197 forks (197 forks)batch import
good first issue
Description
- 本地安装RabbitMq,默认用户名guest 密码guest,
- 执行 rabbitmq-plugins enable rabbitmq_management 以启用RabbitMq Management Interface,( localhost:15672 )可以修改用户名和密码
- a. 手动 在RabbitMq Management Interface 中新建名为 orderQueue 和 delCache 的Queue
b. Bean自动配置 在 ~\miaosha-master\miaosha-web\src\main\java\cn\monitor4all\miaoshaweb\config\RabbitMqConfig.java 中取消对 @Configuration 的注释
- Issue type
- documentation
- Research direction
- Follow the provided steps to install RabbitMQ locally and enable the management interface. Then either manually create queues orderQueue and delCache or uncomment the @Configuration annotation in RabbitMqConfig.java as indicated. No additional research required.