mybatis
mybatis和myabtis-plus相关知识
一只猿Hou
这个作者很懒,什么都没留下…
展开
-
mybatis插入List集合
List<TouristInfo> touristInfoList = new ArrayList<>(); TouristInfo touristInfo = new TouristInfo(); touristInfo.setAge(20); touristInfo.setName("张三222"); touristInfo.setIdcard("1354461364"); tour.原创 2021-02-03 11:34:31 · 2196 阅读 · 0 评论 -
mybatis查询集合
@Select("<script>" + "select avg( blood) " + "from " + "sensor_blood " + "<where> " + "sq_number in " + "<foreach item='item' inde='index' collection='imei' open='(' se.原创 2021-02-03 11:37:04 · 880 阅读 · 0 评论 -
mybatis puls+spring boot 错误org.springframework.beans.factory.UnsatisfiedDependencyException:
解决办法在最下面 org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'adminMenuController': Unsatisfied dependency expressed through field 'adminMenuService'; nested exception is org.springframework.beans.factory.Unsat原创 2020-11-27 10:21:27 · 763 阅读 · 1 评论