| | |
| | | server: |
| | | port: 8081 |
| | | port: 8082 |
| | | servlet: |
| | | context-path: /@pom.build.finalName@ |
| | | compression: |
| | | enabled: true |
| | | mime-types: application/javascript,text/css,application/json,application/xml,text/html,text/xml,text/plain |
| | | |
| | | |
| | | spring: |
| | | application: |
| | |
| | | enabled: false |
| | | datasource: |
| | | driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | url: jdbc:sqlserver://localhost:1433;databasename=hylyasrs |
| | | #url: jdbc:sqlserver://10.10.10.100:1433;databasename=stasrs |
| | | url: jdbc:sqlserver://127.0.0.1:1433;databasename=stasrs |
| | | username: sa |
| | | password: sa@123 |
| | | mvc: |
| | |
| | | maxRequestSize: 100MB |
| | | |
| | | mybatis-plus: |
| | | mapper-locations: classpath:mapper/*.xml |
| | | mapper-locations: classpath:mapper/*.xml |
| | | # global-config: |
| | | # field-strategy: 0 |
| | | # configuration: |
| | |
| | | # 双深库位排号 |
| | | doubleLocs: 1,4,5,8,9,12,13,16 |
| | | # 一个堆垛机负责的货架排数 |
| | | groupCount: 4 |
| | | groupCount: 4 |
| | | |
| | | #erp |
| | | erp: |
| | | enable: false |