java中遇到的问题
我会蒸馒头
这个作者很懒,什么都没留下…
展开
-
从数据库表中提取的到数据(json)转为java对象的---泛型方法
从数据库表中提取的到数据(json)转为java对象的---泛型方法原创 2022-09-24 15:47:40 · 1175 阅读 · 0 评论 -
Invalid bound statement (not found): com.wxx.manager.mapper.GoodsCategoryMapper.selectByExample
mapper 接口 所在的包 和xml文件 所在的包名字要一样原创 2021-11-11 19:27:28 · 256 阅读 · 0 评论 -
Consider defining a bean of type ‘XXX‘ in your configuration.
Consider defining a bean of type 'com.wxx.manger.mapper.GoodsCategoryMapper' in your configuration.改为MapperScan改为@ComponentScan(basePackages ={"com.wxx.manager.mapper"})原创 2021-11-11 09:23:38 · 563 阅读 · 1 评论