摘要:
Linit分页 语法:SELECT * from user limit startIndex, pageSze; SELECT * from user limit 0, 3; mapper.java public interface UserMapper { //分页 List<User> getU 阅读全文
posted @ 2022-08-11 17:32
bitterteaer
阅读(27)
评论(0)
推荐(0)
摘要:
maven中央仓库 https://mvnrepository.com/ 阅读全文
posted @ 2022-08-11 16:50
bitterteaer
阅读(11)
评论(0)
推荐(0)
摘要:
mybatis-config.xml <settings> <setting name="logImpl" value="LOG4J"/> </settings> pom.xml <!-- https://mvnrepository.com/artifact/log4j/log4j --> <dep 阅读全文
posted @ 2022-08-11 16:49
bitterteaer
阅读(21)
评论(0)
推荐(0)
摘要:
Spring5 框架 (来自@尚硅谷的笔记) 课程内容介绍 1、Spring 框架概述 2、IOC 容器 (1)IOC 底层原理 (2)IOC 接口(BeanFactory) (3)IOC 操作 Bean 管理(基于 xml) (4)IOC 操作 Bean 管理(基于注解) 3、Aop 4、Jdbc 阅读全文
posted @ 2022-08-11 14:34
bitterteaer
阅读(33)
评论(0)
推荐(0)