摘要:
当MySQL中的字段类型为tinyint(4)时,使用MyBatis Generator生成的实体类对应的字段类型为:Byte。 问题是什么产生的? MyBatis Generator 是通过 JavaTypeResolver 来实现关系映射的,官方文档解释: The element is used 阅读全文
摘要:
场景 由于原镜像中的/etc/apt/sources.list文件使用的源较慢,需要修改为国内的阿里云。可通过以下命令写入: RUN echo 'deb http://mirrors.aliyun.com/debian/ buster main non-free contrib\n\ deb htt 阅读全文