- 添加mysql配置
- 添加数据连接池
- 添加mybatis配置
- 添加log配置
- 添加User实体类
- 添加UserMapper
- 添加User测试
- @data修改为@since
This commit is contained in:
LingandRX 2025-06-04 23:49:06 +08:00
commit 24724b76fe
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ import java.io.File;
* </p> * </p>
* *
* @author yulinling * @author yulinling
* @date Create in 2025/6/3 22:49 * @since Create in 2025/6/3 22:49
*/ */
@Service @Service
@RequiredArgsConstructor @RequiredArgsConstructor

View File

@ -18,7 +18,7 @@ import java.net.URL;
* </p> * </p>
* *
* @author yulinling * @author yulinling
* @date 2025/6/4 * @since 2025/6/4
*/ */
public class EmailServiceTest extends WorkFlowMainTests { public class EmailServiceTest extends WorkFlowMainTests {
@Autowired @Autowired
@ -82,7 +82,7 @@ public class EmailServiceTest extends WorkFlowMainTests {
/** /**
* 测试附件邮件 * 测试附件邮件
* *
* @throws MessagingException * @throws MessagingException 邮件异常
*/ */
@Test @Test
public void sendAttachmentsMail() throws MessagingException { public void sendAttachmentsMail() throws MessagingException {