plm_service/readme.md
2025-03-31 12:03:06 +08:00

29 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 帮助文档
启动成功访问以下链接:
http://localhost:8088/plmservice/test/hello
### 1、maven 配置
请自行配置好idea的Maven配置文件可以参考maven-setting.xml
如果maven镜像是https可以禁用idea的https证书校验
-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true
### 2、JDK版本
工程值在JDK8中测试过高版本或者open-jdk请自行测试
### 3、此工程和SpringbootDev1区别
#### 3.1 C8交互
与C8的交互采用okhttp客户端登录通过拦截器实现自动登录
#### 3.2 模块版本-预发布
后续各个模块将启用版本。后续对各模块的修改,将发布个新版本。
#### 3.3 新增enhancement模块
该模块为C8功能强化模块封装了日志、导入、导出、C8交互
#### 3.4 删除NodeUtil.java
后续的访问请引入C8NodeService
#### 3.5 其他
引入C8Change、C8Delete、C8Search用于构建operation、Search
### 更新日志
已将以下分支合并入2.2-dev分支
- 2.1-cv-search、
- 2.1-fix-修复DepPath多路径取值失败问题
- 2.1-add-multiple-datasource
- 2.1-dev-Excel标准化导出-Joseph
- 2.1-dev-日志模块实现-Joseph