摘要: Mybatis 的使用 首先需要用到的sql文件 SET FOREIGN_KEY_CHECKS=0; -- -- Table structure for student -- DROP TABLE IF EXISTS `student`; CREATE TABLE `student` ( `id` 阅读全文
posted @ 2020-02-06 20:31 tomcat9 阅读(241) 评论(0) 推荐(0)