mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-23 02:48:34 +08:00
fix 修正配置引用写法错误 ;
This commit is contained in:
@@ -38,7 +38,7 @@ import org.springframework.stereotype.Service;
|
||||
@RequiredArgsConstructor
|
||||
public class PasswordAuthStrategy implements IAuthStrategy {
|
||||
|
||||
@Value("{security.captcha.enabled}")
|
||||
@Value("${security.captcha.enabled}")
|
||||
private Boolean captchaEnabled;
|
||||
|
||||
private final SysLoginService loginService;
|
||||
|
||||
Reference in New Issue
Block a user