asd
This commit is contained in:
parent
031288761e
commit
f0e45972d6
@ -4,7 +4,6 @@ import com.flyfish.framework.bean.Result;
|
||||
import com.flyfish.framework.utils.JacksonUtil;
|
||||
import org.springframework.core.io.buffer.DataBuffer;
|
||||
import org.springframework.core.io.buffer.DataBufferFactory;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import java.nio.charset.Charset;
|
||||
|
||||
@ -13,7 +12,6 @@ import java.nio.charset.Charset;
|
||||
*
|
||||
* @author wangyu
|
||||
*/
|
||||
@Component
|
||||
public class ResultDataTransformer implements DataBufferTransformer<Result> {
|
||||
|
||||
private DataBufferFactory factory;
|
||||
|
Loading…
Reference in New Issue
Block a user