
MyBatis
wangsaisoon
Meeting you was fate,and fall in love with you was out my control.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MyBatis注解的使用(MySQL数据库)
1、pom.xml <!-- mysql驱动 --> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-ja原创 2018-05-11 16:46:21 · 1856 阅读 · 0 评论 -
MyBatis xml的使用(MySQL数据库)
MyBatis注解的使用 1、pom.xml <!-- mysql驱动 --> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> </dependency> <!原创 2018-05-11 17:41:07 · 941 阅读 · 0 评论