Ver código fonte

去除zip 支持

java110 4 anos atrás
pai
commit
49957ccbfc

+ 1 - 1
java110-service/src/main/java/com/java110/service/configuration/StringDecoderForHeaderConverter.java

@@ -1,11 +1,11 @@
 package com.java110.service.configuration;
 
 
-import brave.internal.Nullable;
 import org.slf4j.Logger;
 import com.java110.core.log.LoggerFactory;
 import org.springframework.core.convert.TypeDescriptor;
 import org.springframework.core.convert.converter.GenericConverter;
+import org.springframework.lang.Nullable;
 import org.springframework.util.ObjectUtils;
 import org.springframework.web.bind.annotation.RequestHeader;