| | |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | url: jdbc:mysql://127.0.0.1:3306/center-lims?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://127.0.0.1:3306/center-lims-ztns?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: root |
| | | password: zttZTT123! |
| | | |
| | |
| | | |
| | | # 日志配置 |
| | | logging: |
| | | file-location: /center-lims/after |
| | | file-location: /center-lims-ztns/after |
| | | level: |
| | | com.ruoyi: info |
| | | org.springframework: warn |
| | |
| | | |
| | | # minio容器管理 |
| | | minio: |
| | | endpoint: http://114.132.189.42/ |
| | | endpoint: http://localhost/ |
| | | port: 7019 |
| | | secure: false |
| | | accessKey: admin |
| | |
| | | |
| | | # 照片存储路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ |
| | | file: |
| | | path: /center-lims/after/file/img |
| | | path: /center-lims-ztns/file/img |
| | | # 上传文件允许的扩展名 |
| | | allowed: png,jpg,jpeg,gif |
| | | # 报告地址 |
| | | wordUrl: /center-lims/after/file/word |
| | | wordUrl: /center-lims-ztns/file/word |
| | | |
| | | # oa流程 |
| | | oa: |
| | |
| | | person: https://ztt-connector.ztt.cn/api/org/v1/employees/simple/ |
| | | |
| | | ifs: |
| | | contract: ZTZB |
| | | contract-key-get: x%2bvbGReagnsK%2fDr45xkVcGLOh%2fWWGODQ2inBGeNwbZw%3d |
| | | contract-key-post: x+vbGReagnsK/Dr45xkVcGLOh/WWGODQ2inBGeNwbZw= |
| | | contract: ZTNS |
| | | contract-key-get: NmAkSXwoAeRF2NWF6dnsVc2O+kH2X3XuNVFbfDtnaFU= |
| | | contract-key-post: NmAkSXwoAeRF2NWF6dnsVc2O+kH2X3XuNVFbfDtnaFU= |
| | | custorder: http://192.168.20.50/PurchService.ashx? |
| | | custorder-port: http://192.168.20.50:8008/PurchService.ashx? |
| | | erp-services: http://192.168.20.50:8081 |