feat:
- 添加mysql配置 - 添加数据连接池 - 添加mybatis配置 - 添加log配置 - 添加User实体类 - 添加UserMapper - 添加User测试 - @data修改为@since
This commit is contained in:
commit
24724b76fe
@ -20,7 +20,7 @@ import java.io.File;
|
||||
* </p>
|
||||
*
|
||||
* @author yulinling
|
||||
* @date Create in 2025/6/3 22:49
|
||||
* @since Create in 2025/6/3 22:49
|
||||
*/
|
||||
@Service
|
||||
@RequiredArgsConstructor
|
||||
|
||||
@ -18,7 +18,7 @@ import java.net.URL;
|
||||
* </p>
|
||||
*
|
||||
* @author yulinling
|
||||
* @date 2025/6/4
|
||||
* @since 2025/6/4
|
||||
*/
|
||||
public class EmailServiceTest extends WorkFlowMainTests {
|
||||
@Autowired
|
||||
@ -82,7 +82,7 @@ public class EmailServiceTest extends WorkFlowMainTests {
|
||||
/**
|
||||
* 测试附件邮件
|
||||
*
|
||||
* @throws MessagingException
|
||||
* @throws MessagingException 邮件异常
|
||||
*/
|
||||
@Test
|
||||
public void sendAttachmentsMail() throws MessagingException {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user