摘要: 完整错误如下: nested exception is org.apache.ibatis.executor.ExecutorException: Error preparing statement. Cause: java.lang.ClassCastException: org.apache.s 阅读全文
posted @ 2020-12-07 20:03 诺言和岁月 阅读(10507) 评论(0) 推荐(1)
摘要: 在使用tk.mybatis建立实体的时候我们使mapper继承myMapper不需要我们对mapper.xml文件中写很多重复的代码了,如果因为表中没有实体中对应的字段而出现错误 Caused by: java.lang.IllegalStateException: No typehandler f 阅读全文
posted @ 2020-09-21 16:14 诺言和岁月 阅读(8169) 评论(0) 推荐(1)
摘要: docker主要通过镜像的id操作镜像 以下命令示例主要为一个Nginx镜像 docker pull nginx:latest//下载最新的镜像 docker build //创建image docker run --name nginx-test -p 8080:80 -d nginx//dock 阅读全文
posted @ 2020-09-21 16:09 诺言和岁月 阅读(259) 评论(0) 推荐(0)