spring报错
qwertypou
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring+mybatis整合问题:Mapped Statements collection already contains value for......
原因,在applicationContext.xml和mytbatis-config.xml都配置了mapper.xml文件的位置,导致映射文件重复。 其他三个可能的原因: 1.parameterMap改成parameterType... 2. id 重复 3 parameterType参数有问题...原创 2018-08-03 14:59:29 · 314 阅读 · 0 评论 -
序列化问题
问题 1.redis序列化问题 org.springframework.data.redis.serializer.SerializationException: Cannot deserialize; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Fail...原创 2018-12-12 18:22:10 · 446 阅读 · 0 评论
分享