123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- server:
- port: 8003
- eureka:
- instance:
- prefer-ip-address: true
- ip-address: 192.168.2.174
- hostname: 192.168.2.174
- client:
- service-url:
- defaultZone: http://112.51.249.202:${EUREKAPORT:9999}/eureka/
- spring:
- application:
- name: tofly-dyrqgpspra
-
- cloud:
- config:
- fail-fast: true
- name: ${spring.application.name}
- profile: ${spring.profiles.active}
- discovery:
- enabled: true
- service-id: tofly-config
- gateway:
- discovery:
- locator:
- enabled: true
- profiles:
- active: dev
- main:
- allow-bean-definition-overriding: true
-
- datasource:
- url: jdbc:oracle:thin:@36.137.119.21:1521/zmgis
- driver-class-name: oracle.jdbc.OracleDriver
-
- username: zmrq
- password: zmrq
- type: com.alibaba.druid.pool.DruidDataSource
- druid:
- initial-size: 10
- min-idle: 1
- max-active: 100
- max-wait: 60000
- time-between-eviction-runsMillis: 60000
- min-evictable-idle-timeMillis: 300000
- validation-query: select 1 FROM DUAL
- test-while-idle: true
- test-on-borrow: false
- test-on-return: false
- pool-prepared-statements: true
- max-open-prepared-statements: 20
- max-pool-prepared-statement-per-connection-size: 20
- filters:
- stat:
- log-slow-sql: true
- slow-sql-millis: 5000
- merge-sql: false
- wall:
- config:
- multi-statement-allow: true
-
- use-global-data-source-stat: true
- api:
- doc:
- title: 德阳燃气项目gps等实时信息业务接口
- description: 德阳燃气管线管理信息系统业务应用
- author: wangjian
- version: 1.0
- tofly-filter:
- urls:
- - /v2/api-docs
- - /load*
- - /getAsciiDocs**
- - /getMarkdownDocs**
- - /actuator/**
- - /esCarGps
|