spring: datasource: url: jdbc:oracle:thin:@175.6.82.29:1521:STEER password: Dil123789 username: dil driver-class-name: oracle.jdbc.OracleDriver druid: max-active: 50 initial-size: 3 min-idle: 3 max-wait: 1800000 application: name: dil-api mvc: async: request-timeout: 15000 openfeign: ColumnDataFeign: url: ${COLUMNDATAFEIGN_URL:172.16.33.166:8083} AmsFeign: url: ${AMSFEIGN_URL:172.16.33.166:8079} BmsshipFeign: url: ${BMSSHIPFEIGN_URL:172.16.33.166:8078} BmstrainFeign: url: ${BMSTRAINFEIGN_URL:172.16.33.166:8077} BmstruckFeign: url: ${BMSTRUCKFEIGN_URL:172.16.33.166:8076} QmsTruckFeign: url: ${QMSTRUCKFEIGN_URL:172.16.33.166:8047} TmsTrainFeign: url: ${TMSTRAINFEIGN_URL:172.16.33.166:8086} TmsTruckFeign: url: ${TMSTRUCKFEIGN_URL:localhost:8088} TmsshipFeign: url: ${TMSSHIPFEIGN_URL:172.16.33.166:8090} WMSHFeign: url: ${WMSHFEIGN_URL:172.16.33.166:8070} WMSFeign: url: ${WMSFEIGN_URL:172.16.33.166:8093} OMSFeign: url: ${OMSFEIGN_URL:172.16.33.166:8095} RmsFeign: url: ${RMSFEIGN_URL:localhost:8060} JoinFeign: url: ${JOINFEIGN_URL:172.16.33.166:8066} OTMSFeign: url: ${OTMSFEIGN_URL:172.16.33.166:8038} piction: # path: /usr/share/nginx/html/image # path: /test/data/nginx/html/image # path: C:\Users\24390\Desktop\work\a path: /shared # path: C:\Users\zx\Pictures\test server: port: 8080 tomcat: max-threads: 1000 accept-count: 800