123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- server:
- port: 7011
- servlet:
- context-path: /
- spring:
- main:
- allow-bean-definition-overriding: true
-
- redis:
- host: 127.0.0.1
-
- 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
- driver-class-name: org.postgresql.Driver
- url: jdbc:postgresql://localhost:5432/IMS_NEM
- username: postgres
- password: gd123
-
-
-
- oracle-schema=:
-
-
-
-
-
- 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
- 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
- com.example: debug
- db:
-
- url: http://192.168.11.250:8011/ts
-
- runWindpowerstation: LN_GDDL_XC_FDC_STA,LN_GDDL_LH_FDC_STA,LN_GDDL_FS_FDC_STA,LN_GDDL_BZ_FDC_STA,LN_GDDL_XBQ_FDC_STA,LN_GDDL_DBS_FDC_STA,LN_GDDL_TZS_FDC_STA,LN_GDDL_TF_FDC_STA,HLJ_GDDL_JQ_FDC_STA,HLJ_GDDL_BS_FDC_STA,HLJ_GDDL_QL_FDC_STA,JL_GDDL_WF_FDC_STA,JL_GDDL_YM_FDC_STA,MD_GDDL_TY_FDC_STA,MD_GDDL_AL_FDC_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: 6
-
- powerrationing: 6
-
- cutinandout: 6
|