Advertisement
Guest User

Untitled

a guest
May 5th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import no.cipr.safari.actors.CustomGormUserDetailsService
  2.  
  3. // Place your Spring DSL code here
  4. beans = {
  5. /** userDetailsService */
  6. userDetailsService(CustomGormUserDetailsService) {
  7. grailsApplication = ref('grailsApplication')
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement