Files
weiyu/modules/voc/src/test/java/com/bytedesk/bbs/BbsApplicationTests.java

27 lines
872 B
Java
Raw Normal View History

2024-03-29 16:26:33 +08:00
/*
* @Author: jackning 270580156@qq.com
* @Date: 2024-08-02 12:19:15
2024-03-29 16:26:33 +08:00
* @LastEditors: jackning 270580156@qq.com
* @LastEditTime: 2024-12-02 11:36:40
2024-03-29 16:26:33 +08:00
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
* Please be aware of the BSL license restrictions before installing Bytedesk IM
2025-01-06 18:03:40 +08:00
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
2024-03-29 16:26:33 +08:00
* Business Source License 1.1: https://github.com/Bytedesk/bytedesk/blob/main/LICENSE
* contact: 270580156@qq.com
* 联系270580156@qq.com
* Copyright (c) 2024 by bytedesk.com, All Rights Reserved.
*/
package com.bytedesk.bbs;
2024-03-29 16:26:33 +08:00
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
2024-07-05 17:07:22 +08:00
@SpringBootTest
class BbsApplicationTests {
@Test
void contextLoads() {
}
2024-03-29 16:26:33 +08:00
}