I am working on a grails application that has data source defined in DataSource.groovy file and has default grails Hibernate Transaction Manager. HibernateDaoSupport is being used to persist data in...
Type: Posts; User: khobab; Keyword(s):
I am working on a grails application that has data source defined in DataSource.groovy file and has default grails Hibernate Transaction Manager. HibernateDaoSupport is being used to persist data in...
After hours of searching and experimenting I was able to do it like this.
Make a new service say MyUserService that will implement org.springframework.security.core.userdetails.UserDetailsService...
Hi,
I am authentication using custom UserDetailsService and its working fine. My question is, in
publice UserDetails loadUserByUsername
function I am returning...
Hi,
I am trying to use git addon with roo, I have installed the addon correctly and git setup command is also successful.
Then I used git config command to configure git repo url, user name and...