123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- ydw:
- env: w
- env_old: w
- swagger: true
- mock:
- mock: false
- gcjs:
- ws:
- ip: 218.26.169.140
- pspde-url: http://218.26.169.140:7090
- structured-url: http://www.sxbid.com.cn:6280
- user-id: 1400000006
- key: 123456
- version: V5.0
- pubservices:
- platform-code: 91140100MA0HN23P76
- pub-service-plat-code: 51140000792220852T
- trad-plat-code: E1401000186
- pub-service-plat: 1401000004P
- tra-place-code: 140100
- pub-service-self: 000000000000000000
- server:
- port: 16028
- max-http-header-size: 20480
- tomcat:
- uri-encoding: UTF-8
- servlet:
- context-path: /public-service
- eureka:
- client:
- serviceUrl:
- defaultZone: http://192.168.1.3:16000/eureka/
- instance:
- lease-expiration-duration-in-seconds: 30
- lease-renewal-interval-in-seconds: 10
- spring:
- application:
- name: public-service
- http:
- encoding:
- charset: UTF-8
- enabled: true
- force: true
- datasource:
- driver-class-name: com.mysql.jdbc.Driver
- url: jdbc:mysql://w.eqbidding.com:3306/krock-service-pubservices?serverTimezone=Asia/Shanghai&useSSL=false
- username: fxd
- password: 123456
- type: com.alibaba.druid.pool.DruidDataSource
- servlet:
- multipart:
- enabled: true
- max-file-size: 200MB
- max-request-size: 200MB
- # devtools:
- # restart:
- # trigger-file: trigger.txt
- ribbon:
- ReadTimeout: 60000
- ConnectTimeout: 60000
|