123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- server:
- port: 8029
- netty:
- connection-timeout: 8000
- spring:
- datasource:
- type: com.alibaba.druid.pool.DruidDataSource
- driver-class-name: oracle.jdbc.OracleDriver
-
- url: jdbc:oracle:thin:@10.83.68.165:1521:gdsj
-
-
- username: gdprod
- 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
-
- devtools:
- restart:
- enabled: true
- additional-paths: src/main/java
- exclude: test/**
- timeseries:
- db-type: redis
- taos:
- server_ip: 10.83.68.154
- server_port: 6030
- user_name: root
- password: taosdata
- pool_size: 5
- max_pool_size: 20
- database: hebei
- windturbine.point.table_name: view_tspoint
|