server: port: 8805 servlet: context-path: /wxserver spring: application: name: wxservice-server thymeleaf: cache: false datasource: driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver url: jdbc:sqlserver://172.16.32.179:1433;databaseName=thxyhisdb # url: jdbc:sqlserver://172.16.32.168:1433;databaseName=thxyhisdb hikari: username: sa password: connection-timeout: 30000 idle-timeout: 600000 max-lifetime: 1800000 minimum-idle: 3 maximum-pool-size: 12 pool-name: ThyyDatabasePool leak-detection-threshold: 6000 jackson: time-zone: GMT+8 date-format: yyyy-MM-dd HH:mm:ss mvc: format: date: yyyy-MM-dd date-time: yyyy-MM-dd HH:mm:ss mybatis: configuration: map-underscore-to-camel-case: true hrgApiUrl: http://172.16.30.33:8089/thmz/api/v1 #hrgApiUrl: http://172.16.32.160:81/thmz/api/v1 inspectionUrl: http://172.16.32.178:622/pushservice.asmx?wsdl physicalCheck: http://172.16.32.183:8888/bdp/dataservice/api/ production: false