| | |
| | | server: |
| | | port: 8080 |
| | | port: 8085 |
| | | servlet: |
| | | context-path: /@pom.artifactId@ |
| | | |
| | |
| | | static-path-pattern: /** |
| | | datasource: |
| | | driver-class-name: com.mysql.jdbc.Driver |
| | | url: jdbc:mysql://192.168.4.24:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | url: jdbc:mysql://10.10.10.200:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | username: root |
| | | password: 34821015 |
| | | password: xltys1995 |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | druid: |
| | | initial-size: 5 |
| | |
| | | |
| | | stock: |
| | | flagAvailable: true |
| | | |
| | | |
| | | |
| | | #平台接口信息配置(如:ERP, QMS, WCS等) |
| | | platform: |
| | | #企业ERP平台 |
| | | erp: |
| | | #localhost |
| | | host: http://10.10.10.200 |
| | | #端口号 |
| | | port: 8085 |
| | | #接品链接前缀 |
| | | pre-path: rsf-server |
| | | #接口明细 |
| | | api: |
| | | #质检上报接口 |
| | | notify-inspect: /report/inspect |
| | | rcs: |
| | | #链接 |
| | | host: http://10.10.10.200 |
| | | #端口 |
| | | port: 8081 |