仪表盘
版本库
文件存储
活动
搜索
登录
main
/
PMFuXunShiHua_Service
抚顺石化项目-【后端】-服务
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
初版
AdaKing88
2023-08-21
23258c585a626b15d770459870a8b24763cf540c
[PMFuXunShiHua_Service.git]
/
src
/
test
/
java
/
com
/
tairui
/
app
/
DemoApplicationTests.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.tairui.app;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DemoApplicationTests {
@Test
void contextLoads() {
}
}