Код: Выделить всё
@Bean
DirectExchange exchange() {
return new DirectExchange("my.controller.exchange", true, false);
}
Код: Выделить всё
@Bean
@Condition("CREATE".equals("select value from config where key ='ETL'"))
DirectExchange exchange() {
return new DirectExchange("my.controller.exchange", true, false);
}
Подробнее здесь: https://stackoverflow.com/questions/790 ... perty-file
Мобильная версия