|  |  | 
 |  |  | server: | 
 |  |  |   port: 8080 | 
 |  |  |   port: 8081 | 
 |  |  |   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: | 
 |  |  |     #RCS链接 | 
 |  |  |     rcs: | 
 |  |  |       #链接 | 
 |  |  |       host: http://10.10.10.200 | 
 |  |  |       #端口 | 
 |  |  |       port: 8088 | 
 |  |  |     wms: | 
 |  |  |       #链接 | 
 |  |  |       host: http://127.0.0.1 | 
 |  |  |       #端口 | 
 |  |  |       port: 8085 | 
 |  |  |     erp: | 
 |  |  |       #链接 | 
 |  |  |       host: http://www.itsdg.cn | 
 |  |  |       #端口 | 
 |  |  |       port: 3741 |