3.1SpringBoot集成MyBatis
3.1.1添加依赖
①mybatis依赖
org.mybatis.spring.boot
mybatis-spring-boot-starter-test
2.2.0
②MySQL驱动
mysql
mysql-connector-java
8.0.23
3.1.2操作数据库
实体类->包名:model
dao(数据持久层)->包名:mapper(或dao)
使用MyBatis提供的逆向工程生成实体bean,映射文件,DAO接口
来源:bill bill-孤箫love寒月
逆向工程 GeneratorMapper.xml
备注:参考视频,修改成自己的配置信息
连接数据库的JDBC 驱动包下载:
https://blog.csdn.net/weixin_41804049/article/details/87719574mybatis代码自动生成插件
org.mybatis.generator mybatis-generator-maven-plugin 1.4.0 > GeneratorMapper.xml true true
报错:The server time zone value '�й���ʱ��'