摘要: @Profile 1.用户配置文件注解. 2.使用范围: @Configration 和 @Component 注解的类及其方法, 其中包括继承了 @Component 的注解: @Service、 @Controller、 @Repository 等… 3.属性:value字串必传, 可接受一个或者多个参数. 4.作用... 阅读全文
posted @ 2019-04-16 17:12 五柳先生柳三变 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 1、新增时获得主键 <insert ...> <selectKey resultType="java.lang.Integer" keyProperty="id" order="AFTER"> SELECT LAST_INSERT_ID() </selectKey> INSERT INTO ... 阅读全文
posted @ 2019-04-16 17:09 五柳先生柳三变 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 1、使用第三方PageHelper分页对象 Page<MallCashcouponUser> page = PageHelper.startPage(mallCashcouponUser.getPageIndex(), mallCashcouponUser.getPageSize()) .doSel 阅读全文
posted @ 2019-04-16 17:02 五柳先生柳三变 阅读(191) 评论(0) 推荐(0) 编辑