公告板
版本库
filestore
活动
搜索
登录
main
/
pms-Sv
生产管理系统后端系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1、优化配置文件; 2、优化ID生成器代码; 3、修改注释; 4、修改权限初始化时算法; 5、导出Excel文件功能归为一个新类; 6、工站数据库存入...
liurunyu
2025-05-22
ebae0c1137ba96d38e5b2323577129d2c9ff2e6e
[pms-Sv.git]
/
pms-parent
/
pms-web-platform
/
src
/
test
/
java
/
com
/
dy
/
pmsPlatform
/
PmsWebPlatformApplicationTests.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.dy.pmsPlatform;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class PmsWebPlatformApplicationTests {
@Test
void contextLoads() {
}
}