This commit is contained in:
jack ning
2024-05-22 09:12:19 +08:00
parent 6f7ae68f23
commit 0efe633268
4 changed files with 85 additions and 29 deletions

View File

@@ -2,7 +2,7 @@
* @Author: jackning 270580156@qq.com
* @Date: 2024-01-29 15:51:17
* @LastEditors: jackning 270580156@qq.com
* @LastEditTime: 2024-03-25 11:28:24
* @LastEditTime: 2024-05-22 09:11:31
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
* Please be aware of the BSL license restrictions before installing Bytedesk IM
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
@@ -12,16 +12,16 @@
* 联系270580156@qq.com
* Copyright (c) 2024 by bytedesk.com, All Rights Reserved.
*/
package com.bytedesk.service;
// package com.bytedesk.service;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
// import org.junit.jupiter.api.Test;
// import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class AgentApplicationTests {
// @SpringBootTest
// class AgentApplicationTests {
@Test
void contextLoads() {
}
// @Test
// void contextLoads() {
// }
}
// }