Commit e80114a9 authored by 王亮's avatar 王亮

move config to apollo.

parent f34cf31b
...@@ -25,8 +25,8 @@ public class BlackHoleRegisteredEventListener implements ApplicationListener<Reg ...@@ -25,8 +25,8 @@ public class BlackHoleRegisteredEventListener implements ApplicationListener<Reg
@Resource @Resource
private RabbitTemplate registeredNotifyBlackHoleRabbitTemplate; private RabbitTemplate registeredNotifyBlackHoleRabbitTemplate;
// 用户注册合同中心模版id // 用户注册合同中心模版id,以逗号分割
@Value("${register.templateids}") @Value("#{'${register.templateids}'.split(',')}")
private List<Long> templateIds; private List<Long> templateIds;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment