ibatis
-
Mybatis入门2–把获取SqlSession的方法封装成工具类
工具类里面一般是静态方法,通过把读取mybatis主配置文件获取SqlSession的一些列繁琐步骤封装成工具类,减少代码量。 Mybatis工具类 src/main/java/c…
-
Ambiguous collection type for property 'categories'. You must specify 'javaType'
1.具体报错信息: Caused by: org.apache.ibatis.builder.BuilderException: Ambiguous collection type…
-
ssm异常Error creating bean with name 'userMapper'
Error creating bean with name ‘userMapper’ defined in file [C:/Users/86156/Ide…