公告板
版本库
filestore
活动
搜索
登录
main
/
fanli-server
返利
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
dubbo集成修改
admin
2020-07-16
be67478cae6bf9308f15949a21e7d0a57a3f0ecb
[fanli-server.git]
/
service-goods
/
src
/
test
/
java
/
com
/
blks
/
goods
/
GoodsApplicationTests.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.blks.goods;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class GoodsApplicationTests {
@Test
void contextLoads() {
}
}