This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
lovecoding
/
VIP23
Seguir
6
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
e31b8cb230
Ramas
Etiquetas
master
VIP23
/
04maven
/
mybatis
/
src
guyanqing
e31b8cb230
myabtis缓存和分页+自定义类型转换器
hace 1 año
..
main
e31b8cb230
myabtis缓存和分页+自定义类型转换器
hace 1 año
test
e31b8cb230
myabtis缓存和分页+自定义类型转换器
hace 1 año
readme.txt
10fe4e1026
maven+mybatis入门
hace 1 año
readme.txt
mybatis操作数据库的步骤:
1.创建项目,添加依赖
2.创建数据库的表
3.映射数据库表的实体类
4.创建操作数据库的接口
5.创建.xml文件
6.配置mybatis的核心配置文件