application-test.yml 716 Bytes
Newer Older
peterchu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
spring:
  urlConfig:
    overseasCheetahUrl: 'http://127.0.0.1:18092/polestar/'
    overseasAirTicketUrl: 'http://127.0.0.1:18071/OverseasAirTicket/'
    productServiceUrl: 'http://127.0.0.1:28071/20160907_InterfaceConnected/'
    polestarLogsServicesUrl: 'http://127.0.0.1:8089/'
    dataApiUrl: 'http://14.18.207.91:38071/iffs-data-api/'
  pathConfig:
    saleReportExcelPath: 'F:/overseasCheetah_ExcelFile/'
    saleDetailReportExcelPath: 'F:\\overseasCheetah_ExcelFile/'
server:
  port: 8066
  compression:
    enabled: true
    mime-types: application/json,application/xml,application/octet-stream,textml,text/xml,text/plain
    min-response-size: 1024
  tomcat:
    max-connections: 2000
    max-threads: 2000