1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- 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.119:8089/thmz/api/v1
- appletThmzUrl: http://172.16.30.119:8089/thmz
- management:
- endpoints:
- web:
- base-path: /actuator
- exposure:
- include: '*'
- metrics:
- export:
- simple:
- enabled: true
- jmx:
- enabled: true
- prometheus:
- enabled: true
- distribution:
- percentiles-histogram:
- http:
- server:
- requests: false
- minimum-expected-value:
- http:
- server:
- requests: 20ms
- maximum-expected-value:
- http:
- server:
- requests: 200ms
- endpoint:
- metrics:
- enabled: true
- health:
- show-details: always
- probes:
- enabled: true
- prometheus:
- enabled: true
- #hrgApiUrl: http://172.16.30.26:8089/thmz/api/v1
- #appletThmzUrl: http://172.16.30.26:8089/thmz
- inspectionUrl: http://172.16.32.178:622/pushservice.asmx?wsdl
- physicalCheck: http://172.16.32.183:8888/bdp/dataservice/api/
- production: false
|