| | |
| | | server: |
| | | port: 8080 |
| | | port: 8081 |
| | | servlet: |
| | | context-path: /@pom.build.finalName@ |
| | | |
| | |
| | | multipart: |
| | | maxFileSize: 100MB |
| | | maxRequestSize: 100MB |
| | | # rabbitmq: |
| | | # host: 121.41.63.25 # rabbitMQ的ip地址 |
| | | # port: 5672 # 端口 |
| | | # username: zyx |
| | | # password: zyx123456 |
| | | # virtual-host: / |
| | | |
| | | |
| | | mybatis-plus: |
| | | mapper-locations: classpath:mapper/*.xml |
| | |
| | | doubleLocsRight : 4,8,12 |
| | | |
| | | comb: |
| | | limit: 5000 |
| | | limit: 5000 |
| | | |
| | | mes: |
| | | mat-sync: |
| | | url: localhost:8080 |
| | | path: /test/getMat |
| | | pakin: |
| | | url: localhost:8080 |
| | | path: /test/getOrder |
| | | pakout: |
| | | url: localhost:8080 |
| | | path: /test/getOrder |
| | | pakin-sync: |
| | | url: localhost:8080 |
| | | path: /test/syncOrderPakin |
| | | pakout-sync: |
| | | url: localhost:8080 |
| | | path: /test/syncOrderPakout |
| | | |