hantsy
04/21/2023, 3:00 AMDataBufferUtils.read
returns a Flux
instead of Flux<DataBuffer>
, when I moved cursor to the read method, from the java doc popup panen, can not access 'reactor.core.publisher.Flux' , check your module classpath for missing or conflict dependencies
. I have built the project manually by gradlew build
, and open the jar file and explore all dependencies in the libs folder, there is no conflict and reactor related the jars are existed in the libs.
The read
is always resolved as an error in IDEA.
val fluxData = DataBufferUtils.read(
ByteArrayResource(content.toByteArray()),
DefaultDataBufferFactory(),
1024
)
LSD
04/21/2023, 5:08 AMhantsy
04/28/2023, 2:57 AMhantsy
06/22/2023, 12:59 PMsreekumar_droid
06/23/2023, 1:49 AMhantsy
06/23/2023, 7:20 AMAnton Mefodichev
06/26/2023, 11:16 AM