File tree Expand file tree Collapse file tree
rabbitmq/src/main/java/info/xiaomo/rabbitmq Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 * いま 最高の表現 として 明日最新の始発..~
1616 * Today the best performance as tomorrow newest starter!
1717 * Created by IntelliJ IDEA.
18- *
18+ * <p>
1919 * author: xiaomo
2020 * github: https://github.com/xiaomoinfo
2121 * email: xiaomo@xiaomo.info
22-
22+ * <p>
2323 * Date: 2016/4/1 15:38
2424 * Description: RabbitMq启动器
2525 * Copyright(©) 2015 by xiaomo.
2626 **/
2727@ Configuration
2828@ ComponentScan ("info.xiaomo" )
2929@ EnableScheduling
30- @ EnableAutoConfiguration (exclude = {DataSourceAutoConfiguration .class ,HibernateJpaAutoConfiguration .class })
30+ @ EnableAutoConfiguration (exclude = {DataSourceAutoConfiguration .class , HibernateJpaAutoConfiguration .class })
3131public class RabbitMqMain {
3232 public static void main (String [] args ) throws Exception {
3333 SpringApplication .run (RabbitMqMain .class , args );
You can’t perform that action at this time.
0 commit comments