- 在多个模块的pom.xml中添加了redisson-spring-boot-starter依赖 - 移除个别模块中Redisson依赖的版本声明 - 在根pom.xml中新增redisson.version属性统一管理版本号 - 新增nflg-qms-admin模块及其pom.xml配置 - 新增多个服务模块的application-dev.yml和application-sit.yml配置文件 - 配置日志采集loki地址及各模块数据源连接池参数 - 添加sa-token单点登录和OTLP链路追踪相关配置 |
||
|---|---|---|
| nflg-qms-admin | ||
| nflg-wms-admin | ||
| nflg-wms-auth | ||
| nflg-wms-common | ||
| nflg-wms-gateway | ||
| nflg-wms-repository | ||
| nflg-wms-scheduled | ||
| nflg-wms-shipment | ||
| nflg-wms-srm-receive | ||
| nflg-wms-starter | ||
| .gitignore | ||
| lombok.config | ||
| pom.xml | ||
| readme.md | ||
readme.md
需要安装的软件
- wkhtmltoimage
用于将HTML转为图片,打印标签需要
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.centos7.x86_64.rpm
yum localinstall wkhtmltox-0.12.6-1.centos7.x86_64.rpm