1234567891011121314151617181920212223242526272829303132333435363738 |
- ydw:
- env: test
- env_old: test
- swagger: true
- server:
- port: 16025
- max-http-header-size: 30920
- tomcat:
- uri-encoding: UTF-8
- servlet:
- context-path: /web-cp-all
- eureka:
- client:
- serviceUrl:
- defaultZone: http://172.17.213.71:16000/eureka/
- spring:
- application:
- name: web-cp-all
- http:
- encoding:
- charset: UTF-8
- enabled: true
- force: true
- datasource:
- driver-class-name: com.mysql.jdbc.Driver
- url: jdbc:mysql://test.eqbidding.com:3306/krock-service-system?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
- ribbon:
- ReadTimeout: 600000
- ConnectTimeout: 600000
|