12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- server:
- port: ${PORT:18400}
- servlet:
- encoding:
- charset: UTF-8
- force: true
- enabled: true
- codec:
- max-in-memory-size: -1
- application:
- name: mainFactory
- spring:
- mvc:
- view:
- prefix: /
- suffix: .html
- log:
- url: jdbc:mysql://120.26.64.82:3306/yq_2.0
- title: root
- cipher: 123@bigdata
- type: com.mysql.cj.jdbc.Driver
- mydb:
- url: ${MYDB_URL:jdbc:mysql://10.211.66.16:3163/DISACenter_2}
- title: ${MYDB_USER:root}
- cipher: ${MYDB_PASSWD:QtrmuqDw^bJu$}
- type: ${MYDB_DRIVER:com.mysql.cj.jdbc.Driver}
- serviceURL: ${MY_SERVICE_URL:127.0.0.1:8080}
- #isEs:
- # open: true
- # scheme: http
- # hostname: 120.26.64.82
- # port: 9200
- # auth: false
- # username: ""
- # password: ""
- # successIndexName: "success_log_center2"
- # errorIndexName: "error_log_center2"
- baseConfig:
- sourceData : true
- isEs:
- open: false
- scheme: http
- hostname: 10.211.67.175
- port: 9201
- auth: true
- username: "elastic"
- password: "TUihk5^a0J+GkI4!4"
- successIndexName: "success_log_center"
- errorIndexName: "error_log_center"
- service:
- pool:
- maxPoolSize: 512
- corePoolSize: 6
- queueCapacity: 1024
- keepAliveSeconds: 60
- threadNamePrefix: logthreadpool
- waitForTasksToCompleteOnShutdown: true
|