mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-04-09 12:03:15 +08:00
update 优化部分导入语句,修改List<Long>为Collection<Long>
This commit is contained in:
@@ -11,7 +11,7 @@ import org.springframework.context.annotation.Primary;
|
||||
/**
|
||||
* 短信配置类
|
||||
*
|
||||
* @author Feng
|
||||
* @author AprilWind
|
||||
*/
|
||||
@AutoConfiguration(after = {DataRedisAutoConfiguration.class})
|
||||
public class SmsAutoConfiguration {
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.time.Duration;
|
||||
* SmsDao缓存配置 (使用框架自带RedisUtils实现 协议统一)
|
||||
* <p>主要用于短信重试和拦截的缓存
|
||||
*
|
||||
* @author Feng
|
||||
* @author AprilWind
|
||||
*/
|
||||
public class PlusSmsDao implements SmsDao {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user