摘要:
@Profile 1.用户配置文件注解. 2.使用范围: @Configration 和 @Component 注解的类及其方法, 其中包括继承了 @Component 的注解: @Service、 @Controller、 @Repository 等… 3.属性:value字串必传, 可接受一个或者多个参数. 4.作用... 阅读全文
posted @ 2019-04-16 17:12
五柳先生柳三变
阅读(400)
评论(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
五柳先生柳三变
阅读(350)
评论(0)
推荐(0)
摘要:
1、使用第三方PageHelper分页对象 Page<MallCashcouponUser> page = PageHelper.startPage(mallCashcouponUser.getPageIndex(), mallCashcouponUser.getPageSize()) .doSel 阅读全文
posted @ 2019-04-16 17:02
五柳先生柳三变
阅读(202)
评论(0)
推荐(0)

浙公网安备 33010602011771号