#测试环境 spring: datasource: url: jdbc:oracle:thin:@172.16.33.163:1521:ilsdbpri password: root123 username: dagang driver-class-name: oracle.jdbc.OracleDriver application: name: dil-tms-truck-dev #Redis相关配置 redis: host: 172.16.33.161 port: 6379 password: 123456 cache: type: redis redis: time-to-live: 300000 cache-null-values: true #feign设置 openfeign: ColumnDataFeign: url: ${COLUMNDATAFEIGN_URL:172.16.33.162:8001} BmsShipFeign: url: ${BMSSHIPFEIGN_URL:172.16.33.162:8007} BmsTruckFeign: url: ${BMSTRUCKFEIGN_URL:172.16.33.162:8009} WmshBoundFeign: url: ${WMSHBOUNDFEIGN_URL:172.16.33.162:8013} WMSFeign: url: ${WMSFEIGN_URL:172.16.33.162:8012} OmsFeign: url: ${OMSFEIGN_URL:192.168.1.102:8016} JoinFeign: url: ${JOINFEIGN_URL:192.168.1.102:8006} QmsFeign: url: ${QMSFEIGN_URL:172.16.33.162:8017} ImFeign: url: ${IMFEIGN_URL:172.16.33.162:8055} server: port: 8008