refactor: 配置变量命名优化

This commit is contained in:
Ray.Hao
2024-12-08 16:40:04 +08:00
parent 919d2883e4
commit 868e31110b
5 changed files with 19 additions and 19 deletions

View File

@@ -6,9 +6,9 @@ import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
import org.springframework.security.crypto.password.PasswordEncoder;
/**
* 密码编码器
*
*
* @author haoxr
* @author Ray.Hao
* @since 2024/12/3
*/
@Configuration