Commit f6d61138 authored by 王亮's avatar 王亮

move config to apollo.

parent f34cf31b
...@@ -26,7 +26,7 @@ public class BlackHoleRegisteredEventListener implements ApplicationListener<Reg ...@@ -26,7 +26,7 @@ public class BlackHoleRegisteredEventListener implements ApplicationListener<Reg
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