All Downloads are FREE. Search and download functionalities are using the official Maven repository.

skeleton.grails-app.conf.spring.resources.groovy Maven / Gradle / Ivy

The newest version!
import org.springframework.security.provisioning.InMemoryUserDetailsManager

// Place your Spring DSL code here
beans = {

    userDetailsService(InMemoryUserDetailsManager, [])

    //passwordEncoder(PlaintextPasswordEncoder)


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy