#正式环境 spring: datasource: url: jdbc:oracle:thin:@172.16.33.163:1521:ilsdbpri password: Dil123789 username: dil driver-class-name: oracle.jdbc.OracleDriver application: name: dil-ams-api-dev openfeign: # 正式环境 ESFeign: url: ${ESFEIGN_URL:172.16.33.166:8089} ColumnDataFeign: url: ${COLUMNDATAFEIGN_URL:172.16.33.166:8083} TmsTruckFeign: url: ${TMSTRUCKFEIGN_URL:172.16.33.166:8088} ImFeign: url: ${IMFEIGN_URL:172.16.33.166:8055} JoinFeign: url: ${JOINFEIGN_URL:172.16.33.166:8066} OTMSFeign: url: ${OTMSFEIGN_URL:172.16.33.166:8038} RmsFeign: url: ${RMSFEIGN_URL:172.16.33.166:8060} BmstruckFeign: url: ${BMSTRUCKFEIGN_URL:172.16.33.166:8076} #正式环境端口 mvc: async: request-timeout: 8000 server: port: 8079