TaskReminderMessageSender.java 文件源码

java
阅读 26 收藏 0 点赞 0 评论 0

项目:bdf2 作者:
public void afterPropertiesSet() throws Exception {
    Collection<UserDetailsService> userDetailsServices=this.getApplicationContext().getBeansOfType(UserDetailsService.class).values();
    if(userDetailsServices.size()==0){
        throw new RuntimeException("You must implementation["+UserDetailsService.class.getName()+"] interface and config it in spring context when use bdf2-jbpm4 module");
    }
    userDetailsService=userDetailsServices.iterator().next();
    senders=this.getApplicationContext().getBeansOfType(IMessageSender.class).values();
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号