摘要: 他就不变红 在mubatis-config.xml里添加 <typeAliases> <package name="com.itheima.pojo"/></typeAliases>然后就解决了别名问题,默认是实体类的不区分大小写 阅读全文
posted @ 2023-03-02 20:25 大灰狼21 阅读(13) 评论(0) 推荐(0) 编辑
摘要: Server returns invalid timezone. Need to set 'serverTimezone' property. 解决方法: https://blog.csdn.net/weixin_47068543/article/details/124142155 阅读全文
posted @ 2023-03-02 19:49 大灰狼21 阅读(14) 评论(0) 推荐(0) 编辑
摘要: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project maven-demo: Compilation failure 点这个comp 阅读全文
posted @ 2023-03-02 18:29 大灰狼21 阅读(15) 评论(0) 推荐(0) 编辑
摘要: mybatis就是解决原来用jdbc需要写对象里的多个属性的费时操作,导入一堆配置文件让增删改查代码变简单 阅读全文
posted @ 2023-03-02 09:48 大灰狼21 阅读(9) 评论(0) 推荐(0) 编辑
摘要: ctrl+r 阅读全文
posted @ 2023-03-02 09:11 大灰狼21 阅读(4) 评论(0) 推荐(0) 编辑