2019-03-20 16:19:15.211 [main] DEBUG com.hanting.o2o.dao.ProductDao.queryProductList - ==> Preparing: SELECT product_id, product_name, product_desc, img_addr, normal_price, promotion_price, priority, create_time, last_edit_time, enable_status, product_category_id, shop_id FROM tb_product ORDER BY priority DESC LIMIT ?,?;
2019-03-20 16:19:15.295 [main] DEBUG com.hanting.o2o.dao.ProductDao.queryProductList - > Parameters: 0(Integer), 3(Integer)
2019-03-20 16:19:15.335 [main] DEBUG com.hanting.o2o.dao.ProductDao.queryProductList - < Total: 3
2019-03-20 16:19:15.346 [main] DEBUG com.hanting.o2o.dao.ProductDao.queryProductCount - ==> Preparing: SELECT count(1) FROM tb_product
2019-03-20 16:19:15.346 [main] DEBUG com.hanting.o2o.dao.ProductDao.queryProductCount - > Parameters:
2019-03-20 16:19:15.348 [main] DEBUG com.hanting.o2o.dao.ProductDao.queryProductCount - < Total: 1
三月 20, 2019 4:19:15 下午 org.springframework.context.support.GenericApplicationContext doClose
信息: Closing org.springframework.context.support.GenericApplicationContext@2133814f: startup date [Wed Mar 20 16:19:12 CST 2019]; root of context hierarchy
SSM商铺V1.0,解决毕设痛点;SpringBoot商铺V2.0,满足工作刚需
了解课程