Skip to content

Commit ef12abb

Browse files
committed
change users to Users
1 parent 6461f6d commit ef12abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/component/SystemUserConfigurer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ public void configureGlobal(AuthenticationManagerBuilder auth, JdbcUserDetailsMa
4343

4444
auth.userDetailsService(userDetailsService).passwordEncoder(encoder);
4545
auth.jdbcAuthentication().dataSource(datasource).usersByUsernameQuery(
46-
"select username,password, enabled from users where username=?");
46+
"select username,password, enabled from Users where username=?");
4747
}
4848
}

0 commit comments

Comments
 (0)