Guest User

Untitled

a guest
Feb 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. @Component
  2. public class StartupApplicationListener implements ApplicationListener<ContextRefreshedEvent> {
  3. @Resource
  4. private SiteRolesService siteRolesService;
  5.  
  6. @Override
  7. public void onApplicationEvent(ContextRefreshedEvent event) {
  8. //to do HERE
  9. }
  10. }
  11.  
  12. @ComponentScan({
  13. ...
  14. "com.tr1nks.model.components"
  15. })
Add Comment
Please, Sign In to add comment