| | |
| | | # 系统版本信息 |
| | | app: |
| | | version: 1.0.1 |
| | | version-type: stable # stable 或 dev |
| | | |
| | | server: |
| | | port: 9091 |
| | | port: 9090 |
| | | servlet: |
| | | context-path: /@pom.build.finalName@ |
| | | shutdown: graceful |
| | |
| | | validation-timeout: 3000 |
| | | connection-test-query: select 1 |
| | | driver-class-name: com.mysql.jdbc.Driver |
| | | url: jdbc:mysql://127.0.0.1:3306/wcs?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | url: jdbc:mysql://127.0.0.1:3306/hcwcs?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | username: root |
| | | password: root |
| | | mvc: |
| | |
| | | |
| | | #License相关配置 |
| | | license: |
| | | subject: crnWcsDev |
| | | subject: jxhcwcs |
| | | publicAlias: publicCert |
| | | storePass: public_zhongyang_123456789 |
| | | licensePath: license.lic |
| | |
| | | threadControlCount: 10 |
| | | liftType: lift |
| | | |
| | | #mainProcessPlugin: FakeProcess |
| | | mainProcessPlugin: NormalProcess |
| | | |
| | | deviceLogStorage: |