公告板
版本库
filestore
活动
搜索
登录
main
/
CRMEB
CRMEB_Java电商系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
add
yj
2024-12-05
b9900893177c78fc559223521fe839aa21000017
[CRMEB.git]
/
unimall
/
unimall-app-api
/
src
/
test
/
java
/
com
/
iotechn
/
unimall
/
app
/
api
/
DemoAppApiApplicationTests.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.iotechn.unimall.app.api;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DemoAppApiApplicationTests {
@Test
void contextLoads() {
}
}