123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- gyee:
-
- baseurl: http://10.81.3.160:8011/ts
- healthurl: http://10.81.3.160:8011/ts
-
- realtimedataBase: golden
- initialcode: INITIAL
- firstIntegratedTime: 2000-05-13
- server:
- port: 8162
- servlet:
- context-path: /
- management:
- health:
- redis:
- enabled: false
- mybatis-plus:
- configuration:
- map-underscore-to-camel-case: true
- auto-mapping-behavior: full
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
- mapper-locations: classpath*:mapper/**/*Mapper.xml
- global-config:
-
- db-config:
- id-type: auto
-
- logic-not-delete-value: 1
-
- logic-delete-value: 0
- spring:
- main:
- allow-bean-definition-overriding: true
- redis:
-
- host: 10.81.3.155
- port: 6379
- timeout: 100000
-
-
-
-
-
-
- password:
- application:
- name: test
- jedis:
- pool:
- max-active: 8
- min-idle: 0
- max-idle: 8
- max-wait: -1
- database: 9
- autoconfigure:
- exclude: org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
- datasource:
- type: com.alibaba.druid.pool.DruidDataSource
- dynamic:
- primary: master
- strict: false
- datasource:
- master:
- url: jdbc:postgresql://10.81.3.151:5432/IMS_NEM_JN
- username: postgres
- password: postgres
- driver-class-name: org.postgresql.Driver
- slave:
- url: jdbc:postgresql://10.81.3.151:5432/wisdom
- username: postgres
- password: gd123
- driver-class-name: org.postgresql.Driver
- druid:
- max-active: 20
- initial-size: 1
- min-idle: 3
- max-wait: 60000
- time-between-eviction-runs-millis: 60000
- min-evictable-idle-time-millis: 300000
- test-while-idle: true
- test-on-borrow: false
- test-on-return: false
- servlet:
- multipart:
-
- enabled: true
-
- file-size-threshold: 2KB
-
- max-file-size: 200MB
-
- max-request-size: 215MB
- logging:
- level:
- root: info
- com.example: debug
- edos:
- baseURL: http://10.0.118.73:8011/ts
|