公告板
版本库
filestore
活动
搜索
登录
main
/
jz
青羊经侦大队-数据平台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
经侦
wl
2022-07-11
f4b329a8e54b06b3f59a4b0d5f4163b525e078e1
[jz.git]
/
src
/
test
/
java
/
com
/
example
/
jz
/
JzApplicationTests.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.example.jz;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class JzApplicationTests {
@Test
void contextLoads() {
}
}