公告板
版本库
filestore
活动
搜索
登录
main
/
pipIrr-SV
元谋二期后端软件系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1、通信中间件核心模块线程工作由Thread实现改为Timer实现; 2、完善通信中间件远程升级模块及webRemote模块; 3、优化代码。
liurunyu
2024-11-22
1950b0635a0db2c5286f8330e064879e020a7303
[pipIrr-SV.git]
/
pipIrr-platform
/
pipIrr-web
/
pipIrr-web-project
/
src
/
test
/
java
/
com
/
dy
/
pipIrrProject
/
PipIrrWebProjectApplicationTests.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.dy.pipIrrProject;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class PipIrrWebProjectApplicationTests {
@Test
void contextLoads() {
}
}