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