File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
rabbitmq/src/main/java/info/xiaomo/rabbitmq
redis/src/main/java/info/xiaomo/redis
scheduled/src/main/java/info/xiaomo/scheduled Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1919 * @email: hupengbest@163.com
2020 * @QQ_NO: 83387856
2121 * @Date: 2016/4/1 15:38
22- * @Description: 后台管理启动器
22+ * @Description: RabbitMq启动器
2323 * @Copyright(©) 2015 by xiaomo.
2424 **/
2525@ Configuration
@@ -30,6 +30,7 @@ public class RabbitMqMain {
3030 public static void main (String [] args ) throws Exception {
3131 SpringApplication .run (RabbitMqMain .class , args );
3232 }
33+
3334 @ Bean
3435 public Queue helloQueue () {
3536 return new Queue ("hello" );
Original file line number Diff line number Diff line change 1616 * @email: hupengbest@163.com
1717 * @QQ_NO: 83387856
1818 * @Date: 2016/4/1 15:38
19- * @Description: 后台管理启动器
19+ * @Description: Redis启动器
2020 * @Copyright(©) 2015 by xiaomo.
2121 **/
2222@ Configuration
Original file line number Diff line number Diff line change 1818 * @email: hupengbest@163.com
1919 * @QQ_NO: 83387856
2020 * @Date: 2016/4/1 15:38
21- * @Description: 后台管理启动器
21+ * @Description: 任务启动器
2222 * @Copyright(©) 2015 by xiaomo.
2323 **/
2424@ Configuration
You can’t perform that action at this time.
0 commit comments