2024-03-29 16:26:33 +08:00
|
|
|
|
/*
|
|
|
|
|
|
* @Author: jackning 270580156@qq.com
|
2024-12-12 10:57:29 +08:00
|
|
|
|
* @Date: 2024-08-02 12:19:15
|
2024-03-29 16:26:33 +08:00
|
|
|
|
* @LastEditors: jackning 270580156@qq.com
|
2024-12-12 10:57:29 +08:00
|
|
|
|
* @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 –
|
|
|
|
|
|
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
|
|
|
|
|
|
* 仅支持企业内部员工自用,严禁私自用于销售、二次销售或者部署SaaS方式销售
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
*/
|
2024-12-12 10:57:29 +08:00
|
|
|
|
package com.bytedesk.bbs;
|
2024-03-29 16:26:33 +08:00
|
|
|
|
|
2024-12-12 10:57:29 +08:00
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
|
|
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
2024-07-05 17:07:22 +08:00
|
|
|
|
|
2024-12-12 10:57:29 +08:00
|
|
|
|
@SpringBootTest
|
|
|
|
|
|
class BbsApplicationTests {
|
|
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
|
|
void contextLoads() {
|
|
|
|
|
|
}
|
2024-03-29 16:26:33 +08:00
|
|
|
|
|
|
|
|
|
|
}
|