application-temp.yml 726 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://192.168.0.88:9050/polestar/'
    overseasAirTicketUrl: 'http://192.168.0.88:9011/OverseasAirTicket/'
    productServiceUrl: 'http://192.168.0.88:9010/20160907_InterfaceConnected/'
    polestarLogsServicesUrl: 'http://192.168.0.88:8055/'
    dataApiUrl: 'http://14.18.207.103:38071/iffs-data-api/'
  pathConfig:
    saleReportExcelPath: 'E:/overseasCheetah_ExcelFile/'
    saleDetailReportExcelPath: 'E:\\overseasCheetah_ExcelFile/'
server:
  port: 8333
  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