Pre Merge pull request !23 from Fanjc/N/A

pull/23/MERGE
Fanjc 2023-02-23 05:19:29 +00:00 committed by Gitee
commit 9f6d31d92c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class YudaoSecurityAutoConfiguration {
*/
@Bean
public PasswordEncoder passwordEncoder() {
return new BCryptPasswordEncoder();
return new BCryptPasswordEncoder(securityProperties.getPasswordEncoderLength());
}
/**