公告板
版本库
filestore
活动
搜索
登录
admin
/
HangZhouMes
派生自
HangZhouMes
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初次提交
zhangyong
2024-02-23
9bd345bcd04bd59700cbf397e1a2aeeee8797f55
[~admin/HangZhouMes.git]
/
CacheGlassModule
/
src
/
test
/
java
/
com
/
mes
/
MesApplicationTests.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.mes;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class MesApplicationTests {
@Test
void contextLoads() {
}
}