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();
}
TaskReminderMessageSender.java 文件源码
java
阅读 26
收藏 0
点赞 0
评论 0
项目:bdf2
作者:
评论列表
文章目录