首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
  • 您找到你想要的搜索结果了吗?
    是的
    没有找到

    org.springframework.web.HttpMediaTypeNotSupportedException: Content type ‘multipartform-data;bounda

    MultipartFile cardPic, HttpServletRequest request) throws IOException { ...... } 在使用(swaggerce测试时候报错): org.springframework.web.HttpMediaTypeNotSupportedException...supported at org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver.readWithMessageConverters...(AbstractMessageConverterMethodArgumentResolver.java:235) at org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.readWithMessageConverters...(RequestResponseBodyMethodProcessor.java:149) at org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.resolveArgument...(RequestResponseBodyMethodProcessor.java:127) at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument

    1.5K30

    SpringBoot缓存技术整合SpringData Redis

    import org.springframework.context.annotation.Configuration; 5 import org.springframework.data.redis.connection.RedisStandaloneConfiguration...; 6 import org.springframework.data.redis.connection.jedis.JedisClientConfiguration; 7 import org.springframework.data.redis.connection.jedis.JedisConnectionFactory...; 8 import org.springframework.data.redis.core.RedisTemplate; 9 import org.springframework.data.redis.serializer.StringRedisSerializer...; 6 import org.springframework.data.redis.connection.RedisStandaloneConfiguration; 7 import org.springframework.data.redis.connection.jedis.JedisClientConfiguration...; 8 import org.springframework.data.redis.connection.jedis.JedisConnectionFactory; 9 import org.springframework.data.redis.core.RedisTemplate

    2K30
    领券