| | |
| | | server: |
| | | port: 8080 |
| | | servlet: |
| | | context-path: /@pom.build.finalName@ |
| | | context-path: /wms |
| | | |
| | | spring: |
| | | application: |
| | | name: @pom.build.finalName@ |
| | | name: wms |
| | | jmx: |
| | | enabled: false |
| | | datasource: |
| | |
| | | username: sa |
| | | password: sa@123 |
| | | url: jdbc:sqlserver://192.168.238.32:1433;databasename=jsxsasrs |
| | | # url: jdbc:sqlserver://127.0.0.1:1433;databasename=jsxsasrs |
| | | # url: jdbc:sqlserver://192.168.4.34:1433;databasename=jsxsasrs |
| | | mvc: |
| | | static-path-pattern: /** |
| | | redis: |
| | |
| | | |
| | | #License相关配置 |
| | | license: |
| | | subject: jsxsasrs |
| | | subject: jsxswms |
| | | publicAlias: publicCert |
| | | storePass: public_zhongyang_123456789 |
| | | licensePath: license.lic |
| | |
| | | |
| | | #KOPEN小松平台 |
| | | kopen: |
| | | # url: webservice.kopen.com.cn |
| | | url: 10.143.23.26 |
| | | url: webservice.kopen.com.cn |
| | | # url: 10.143.23.26 |
| | | port: 1482 |
| | | prefix: /kc-api/api/wms |
| | | |