Commit 24fde647 authored by 技术部-任文超's avatar 技术部-任文超

更新镜像

parent 446141c7
...@@ -59,14 +59,11 @@ public class UserController implements IBaseController { ...@@ -59,14 +59,11 @@ public class UserController implements IBaseController {
@Autowired @Autowired
private IUserService userService; private IUserService userService;
@Autowired @Autowired
private ILockIpv4Service lockIpv4Service; private ILockIpv4Service lockIpv4Service;
@Autowired @Autowired
@Qualifier("stringRedisTemplate") @Qualifier("stringRedisTemplate")
private RedisTemplate<String, String> stringRedisTemplate; private RedisTemplate<String, String> stringRedisTemplate;
@Autowired @Autowired
private ISmsService smsService; private ISmsService smsService;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment