mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2025-01-03 17:42:20 +08:00
style: 类注释头部签名调整
This commit is contained in:
parent
d9e6960b95
commit
92de8e35f7
@ -10,8 +10,10 @@ import org.springframework.security.crypto.password.PasswordEncoder;
|
||||
*/
|
||||
@Configuration
|
||||
public class PasswordEncoderConfig {
|
||||
|
||||
@Bean
|
||||
public PasswordEncoder passwordEncoder() {
|
||||
return new BCryptPasswordEncoder();
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -14,7 +14,7 @@ import java.util.HashSet;
|
||||
/**
|
||||
* 用户认证信息
|
||||
*
|
||||
* @author <a href="mailto:xianrui0365@163.com">haoxianrui</a>
|
||||
* @author <a href="mailto:xianrui0365@163.com">haoxr</a>
|
||||
* @date 2021/9/27
|
||||
*/
|
||||
@Data
|
||||
|
@ -16,7 +16,7 @@ import java.util.Collection;
|
||||
/**
|
||||
* 系统管理用户认证信息
|
||||
*
|
||||
* @author <a href="mailto:xianrui0365@163.com">haoxianrui</a>
|
||||
* @author <a href="mailto:xianrui0365@163.com">haoxr</a>
|
||||
* @date 2021/9/27
|
||||
*/
|
||||
@Data
|
||||
|
@ -5,7 +5,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:xianrui0365@163.com">haoxianrui</a>
|
||||
* @author <a href="mailto:xianrui0365@163.com">haoxr</a>
|
||||
* @date 2021/10/13 22:44
|
||||
*/
|
||||
@ConfigurationProperties(prefix = "aliyun.sms")
|
||||
|
@ -21,7 +21,9 @@ import java.util.Map;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:xianrui0365@163.com">haoxianrui</a>
|
||||
* 阿里云短信业务类
|
||||
*
|
||||
* @author <a href="mailto:xianrui0365@163.com">haoxr</a>
|
||||
* @date 2021/10/13 23:04
|
||||
*/
|
||||
@Service
|
||||
|
@ -12,7 +12,7 @@ import org.springframework.web.reactive.function.server.ServerResponse;
|
||||
/**
|
||||
* 图片验证码路由
|
||||
*
|
||||
* @author <a href="mailto:xianrui0365@163.com">haoxianrui</a>
|
||||
* @author <a href="mailto:xianrui0365@163.com">haoxr</a>
|
||||
* @date 2021/10/4
|
||||
*/
|
||||
@Configuration
|
||||
|
Loading…
Reference in New Issue
Block a user