06 2018 档案

摘要://读取配置文件 static{ FileInputStream in = null; try { Properties properties = new Properties(); // phoneUtil.class.getResourceAsStream("... 阅读全文
posted @ 2018-06-08 09:46 菜鸟~风 阅读(537) 评论(0) 推荐(0)
摘要:脚本sql XML配置方式的动态SQL我就不讲了,有兴趣可以自己了解,下面是用<script>的方式把它照搬过来,用注解来实现。适用于xml配置转换到注解配置 @Select("<script>select * from user <if test=\"id !=null \">where id = 阅读全文
posted @ 2018-06-01 21:08 菜鸟~风 阅读(39594) 评论(0) 推荐(1)