mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-10-18 06:57:08 +08:00
chore(core): 调整 CheckUtils 等校验类到 util.validation 包下
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
package top.continew.starter.messaging.mail.core;
|
||||
|
||||
import cn.hutool.core.map.MapUtil;
|
||||
import top.continew.starter.core.util.ValidationUtils;
|
||||
import top.continew.starter.core.util.validation.ValidationUtils;
|
||||
|
||||
import java.nio.charset.Charset;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
|
@@ -17,7 +17,7 @@
|
||||
package top.continew.starter.messaging.mail.core;
|
||||
|
||||
import org.springframework.mail.javamail.JavaMailSenderImpl;
|
||||
import top.continew.starter.core.util.ValidationUtils;
|
||||
import top.continew.starter.core.util.validation.ValidationUtils;
|
||||
|
||||
/**
|
||||
* 邮件配置
|
||||
|
Reference in New Issue
Block a user