| | |
| | | driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | username: sa |
| | | password: sa@123 |
| | | url: jdbc:sqlserver://127.0.0.1:1433;databasename=wms2.0 |
| | | url: jdbc:sqlserver://127.0.0.1:1433;databasename=nwswms |
| | | mvc: |
| | | static-path-pattern: /** |
| | | redis: |
| | |
| | | |
| | | mybatis-plus: |
| | | mapper-locations: classpath:mapper/*.xml |
| | | # global-config: |
| | | # field-strategy: 0 |
| | | configuration: |
| | | # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | map-underscore-to-camel-case: true |
| | | cache-enabled: true |
| | | call-setters-on-nulls: true |
| | | |
| | | |
| | | super: |
| | |
| | | |
| | | #License相关配置 |
| | | license: |
| | | subject: asrs2.0 |
| | | subject: nwsasrs |
| | | publicAlias: publicCert |
| | | storePass: public_zhongyang_123456789 |
| | | licensePath: license.lic |
| | | publicKeysStorePath: publicCerts.keystore |
| | | |
| | | #wcs对接 |
| | | wcs: |
| | | URL: http://127.0.0.1:9090/wcs |
| | | outboundTaskSend: open/outboundTaskSend |
| | | deviceStatus : open/deviceStatus |
| | | createOutTask: openapi/createOutTask |
| | | createLocMoveTask: openapi/createLocMoveTask |
| | | devicesStatus: openapi/devicesStatus |
| | | getAllLocInformation: openapi/getAllLocInformation |
| | | |
| | | # 下位机配置 |
| | | wcs-slave: |
| | |
| | | doubleLocsLeft: 1,5,9,13 |
| | | # 右深库位排号 |
| | | doubleLocsRight: 4,8,12,16 |
| | | #堆垛机号 |
| | | crns: [ 1,2,3 ] |
| | | #每台堆垛机负责的巷道所拥有的货架排 |
| | | #crnNo是堆垛机编号,rows是排号,也是入库找货架排数的顺序 |
| | | groupRows: [ |
| | | { crnNo: 1,rows: [ 1,4,2,3 ] }, |
| | | { crnNo: 2,rows: [ 5,8,6,7 ] }, |
| | | { crnNo: 3,rows: [ 9,12,10,11 ] } |
| | | ] |
| | | |
| | | |
| | | |
| | | |