摘要: 1.添加 GeneratorMapper.xml 文件 <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Confi 阅读全文
posted @ 2020-10-23 18:42 Hsstrip 阅读(118) 评论(0) 推荐(0)
摘要: SSM整合步骤 ssm整合开发。ssm:SpringMVC + Spring +Mybatis.SpringMVC:视图层,界面层,负责接收请求,显示处理结果的。Spring:业务层,管理service,dao,工具类对象的。MyBatis:持久层,访问数据库的。用户发起请求--SpringMVC接 阅读全文
posted @ 2020-10-21 12:36 Hsstrip 阅读(567) 评论(0) 推荐(0)
摘要: <build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </includ 阅读全文
posted @ 2020-10-17 11:25 Hsstrip 阅读(194) 评论(0) 推荐(0)
摘要: Exception in thread "main" org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQ 阅读全文
posted @ 2020-10-16 12:52 Hsstrip 阅读(335) 评论(0) 推荐(0)
摘要: File--Settings--Editor--General--Auto Import 阅读全文
posted @ 2020-10-16 10:09 Hsstrip 阅读(74) 评论(0) 推荐(0)
摘要: set global time_zone = '+8:00'; 阅读全文
posted @ 2020-10-16 10:03 Hsstrip 阅读(794) 评论(0) 推荐(0)