会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
牛鼻子老赵
博客园
首页
联系
订阅
管理
上一页
1
2
3
4
5
6
2019年7月25日
spring上下文管理bean,用于一些sping无法管理到的地方
摘要: 1、在applicationContext-bean.xml中配置 <bean id="springContextUtil" class="com.vst.search.common.util.SpringContextUtil" lazy-init="false"/> 2、新建一个类 packag
阅读全文
posted @ 2019-07-25 13:53 牛鼻子老赵
阅读(230)
评论(0)
推荐(0)
编辑
2019年7月12日
mybatis查询条件in里面的是list集合
摘要: 1、Dao层 public VstSearchProdRouteVo queryVstSearchProdRoute(Map<String, Object> params){ return super.get("queryVstSearchProdRoute",params); } 2、mapper
阅读全文
posted @ 2019-07-12 11:21 牛鼻子老赵
阅读(4689)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6