mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 04:22:08 +08:00
代码优化
This commit is contained in:
@@ -43,10 +43,10 @@ public class ImageCaptchaEndpoint {
|
||||
private static final Logger _logger = LoggerFactory.getLogger(ImageCaptchaEndpoint.class);
|
||||
|
||||
@Autowired
|
||||
private Producer captchaProducer;
|
||||
Producer captchaProducer;
|
||||
|
||||
@Autowired
|
||||
protected MomentaryService momentaryService;
|
||||
MomentaryService momentaryService;
|
||||
|
||||
@Autowired
|
||||
AuthTokenService authTokenService;
|
||||
|
||||
Reference in New Issue
Block a user