#正式环境 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-dazhou-otms-prod #Redis相关配置 redis: host: 172.16.33.161 port: 6379 password: 123456 cache: type: redis redis: time-to-live: 300000 cache-null-values: true piction: # path: /usr/share/nginx/html/image # path: /test/data/nginx/html/image #path: C:\Users\24390\Desktop\work\a path: /shared #feign设置 openfeign: ColumnDataFeign: url: ${COLUMNDATAFEIGN_URL:172.16.33.166:8083} BmsShipFeign: url: ${BMSSHIPFEIGN_URL:172.16.33.166:8078} BmsTruckFeign: url: ${BMSTRUCKFEIGN_URL:172.16.33.166:8076} WmshBoundFeign: url: ${WMSHBOUNDFEIGN_URL:172.16.33.166:8070} WMSFeign: url: ${WMSFEIGN_URL:172.16.33.166:8093} OmsFeign: url: ${OMSFEIGN_URL:172.16.33.166:8095} JoinFeign: url: ${JOINFEIGN_URL:172.16.33.166:8066} QmsFeign: url: ${QMSFEIGN_URL:172.16.33.166:8047} ImFeign: url: ${IMFEIGN_URL:172.16.33.166:8055} server: port: 8038