公告板
版本库
filestore
活动
搜索
登录
main
/
fanli-service
板栗快省服务
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
'初始化'
admin
2020-07-25
95fe9ea9f77bf5e2a3f36761908337432bf573ff
[fanli-service.git]
/
src
/
test
/
java
/
com
/
blks
/
order
/
OrderApplicationTests.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.blks.order;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class OrderApplicationTests {
@Test
void contextLoads() {
}
}