123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- server:
- port: 6011
- servlet:
- context-path: /
- 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: gd123
- driver-class-name: org.postgresql.Driver
- slave:
- driver-class-name: com.taosdata.jdbc.TSDBDriver
- url: jdbc:TAOS://10.81.3.154:6030/nemjn?charset=UTF-8&locale=en_US.UTF-8&timezone=UTC-8
- username: root
- password: taosdata
-
- initial-size: 10
-
- max-active: 50
-
- min-idle: 10
-
- max-wait: 5000
- pool-prepared-statements: true
- max-pool-prepared-statement-per-connection-size: 20
- validation-query: SELECT 1 FROM DUAL
- validation-query-timeout: 20000
- test-on-borrow: false
- test-on-return: false
- test-while-idle: true
- time-between-eviction-runs-millis: 60000
- min-evictable-idle-time-millis: 300000
-
- stat-view-servlet:
- enabled: true
- url-pattern: /druid/*
-
-
-
- filter:
- stat:
- log-slow-sql: true
- slow-sql-millis: 1000
- merge-sql: false
- wall:
- config:
- multi-statement-allow: true
- servlet:
- multipart:
-
- enabled: true
-
- file-size-threshold: 2KB
-
- max-file-size: 200MB
-
- max-request-size: 215MB
- 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
- logging:
- level:
- root: info
- charset:
-
- console: UTF-8
-
- file: UTF-8
-
- file:
-
-
- name: log/ota.log
- logback:
- rollingpolicy:
-
- max-file-size: 1MB
-
- max-history: 30
-
-
-
-
- file-name-pattern: log/%d{yyyy-MM}/ota.%d{yyyy-MM-dd}.%i.log
- db:
- url1: http://10.81.3.154:8021/ts
- url2: http://10.81.3.154:8022/ts
- runWindpowerstation: SXJ_KGDL_NJL_FDC_STA,SXJ_KGDL_YF_FDC_STA,SXJ_KGDL_YLZ_FDC_STA,SXJ_KGDL_XWT_FDC_STA,SXJ_KGDL_PTZ_FDC_STA,SXJ_KGDL_GJY_FDC_STA,SXJ_KGDL_BHB_FDC_STA,SXJ_KGDL_HSM_FDC_STA,SXJ_KGDL_YTY_FDC_STA,SXJ_KGDL_BHB3_FDC_STA,SXJ_KGDL_SY_GDC_STA,SXJ_KGDL_PDL_FDC_STA,SXJ_KGDL_ZK_FDC_STA,SXJ_KGDL_JR_GDC_STA,SXJ_KGDL_FS_GDC_STA,SXJ_KGDL_HR_GDC_STA,SXJ_KGDL_YY_GDC_STA,SXJ_KGDL_PL_GDC_STA,SXJ_KGDL_TL_GDC_STA
- clauStatus:
- ai: GJY03_GC,YLZ01_GC,PTZ02_GC
- di: GJY01_GC,GJY02_GC,DJY01_GC,DJY02_GC,YF01_GC,YF02_GC,HSM01_GC,PTZ01_GC,ZK01_GC,NJL01_GC,YTY01_GC,PDL01_GC
- second: 1800
- AI110: 17.4
- AI178: 17.4
- curvefitting:
-
- dimension: 20
-
- scale: 0.01
- initialcode: INITIAL
- frequency:
-
- shutdown: 1
-
- powerrationing: 1
-
- cutinandout: 1
- urls:
- alarm-service: http://127.0.0.1:6010
- task-count: 10
- interval: 1
- alarmType: bt_alarms
- read-rows: 1000
|