mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-17 04:37:53 +00:00
27 lines
872 B
Java
27 lines
872 B
Java
/*
|
||
* @Author: jackning 270580156@qq.com
|
||
* @Date: 2024-08-02 12:19:15
|
||
* @LastEditors: jackning 270580156@qq.com
|
||
* @LastEditTime: 2024-12-02 11:36:40
|
||
* @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.
|
||
* 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;
|
||
|
||
import org.junit.jupiter.api.Test;
|
||
import org.springframework.boot.test.context.SpringBootTest;
|
||
|
||
@SpringBootTest
|
||
class BbsApplicationTests {
|
||
|
||
@Test
|
||
void contextLoads() {
|
||
}
|
||
|
||
}
|