仪表盘
版本库
文件存储
活动
搜索
登录
屠家鑫
/
LBKBSql_Service
轮播看板后台
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
初始化
tjx
2025-11-10
0fd4d12cddba6be0d46d779142da121c2321044c
[~tjx/LBKBSql_Service.git]
/
src
/
test
/
java
/
com
/
gs
/
simple
/
SimpleApplicationTests.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.gs.simple;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SimpleApplicationTests {
@Test
void contextLoads() {
}
}