| | |
| | | |
| | | # 照片存储路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++ |
| | | file: |
| | | path: D:\项目文件存储\img |
| | | # 转pdf文件路径 |
| | | licenseUrl: D:\maven_data\yuanchu\center-lims-after\inspect-server\src\main\resources\lib\license.xml |
| | | # 上传文件允许的扩展名 |
| | | allowed: png,jpg,jpeg,gif,pdf |
| | | |
| | | wordUrl: D:\项目文件存储\word |
| | | twoCode: D:\项目文件存储\two_code |
| | | phoneQrCode: http://114.132.189.42:8001/qr/qrScan?code= #二维码扫码url |
| | | |
| | | excelUrl: D:\项目文件存储\excel |
| | | |
| | | |
| | | # 数据源配置 |
| | | spring: |
| | | datasource: |
| | |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | # url: jdbc:mysql://114.132.189.42:9004/lims-ruoyi?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://127.0.0.1:3307/center-lims-test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://114.132.189.42:9004/center-lims-ruoyi?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | # url: jdbc:mysql://127.0.0.1:3307/center-lims-test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: root |
| | | password: 123456 |
| | | # 从库数据源 |