
Mybatis
ethan_z
这个作者很懒,什么都没留下…
展开
-
IDEA unable to resolve column ‘xxxx‘
在IDEA 中生成的mybatis xml配置文件其中的BaseColumns的字段 IDEA会识别为unable to resolve column 'xxxx' 虽然对实际使用没影响, 但是强迫症看着挺糟心的. 网上的解决方案有很多 基本上都是view————》Tool Windows————》Persistence 类似的方法. 但是试过之后都没啥用. 这里提供一个解决方案. 在resultMap内增加 注释 <!--@Table t_customer--> 即可解决见截..原创 2021-05-13 10:34:24 · 891 阅读 · 0 评论 -
shardingsphere.core.exception.ShardingException: Unsupported Date type:class java.lang.String
最近使用sharding做分表, 其中做一个简单的查询时出现以下报错. Cause: org.apache.shardingsphere.core.exception.ShardingException: Unsupported Date type:class java.lang.String at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30) at org.apache.i原创 2020-05-09 11:47:06 · 3765 阅读 · 0 评论