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