code generates
@Override
protected void configure(AuthenticationManagerBuilder auth) throws Exception {
auth.jdbcAuthentication().dataSource(dataSource)
.usersByUsernameQuery("select email from userdata.user_details email where email=?1 ")
.passwordEncoder(passwordEncoder);
}
Should I ask here or in database group?
Обсуждают сегодня