摘要: spring: datasource: url: jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=H 阅读全文
posted @ 2020-01-03 17:01 毛会懂 阅读(2277) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/baidu_39298625/article/details/98102453 阅读全文
posted @ 2020-01-03 17:00 毛会懂 阅读(313) 评论(0) 推荐(0) 编辑
摘要: https://mvnrepository.com/ 阅读全文
posted @ 2020-01-03 17:00 毛会懂 阅读(161) 评论(0) 推荐(0) 编辑
摘要: logging.level.{mapper包的路径} : debug 阅读全文
posted @ 2020-01-03 16:59 毛会懂 阅读(3264) 评论(0) 推荐(1) 编辑
摘要: 问题描述: 错误代码镇楼: <choose> <when test="pictureDTO.isFree = '是' "> 1, </when> <otherwise> 0, </otherwise> </choose>首先,test表达式的等值判断使用"==",弱智的我原以为会和Mysql一样用" 阅读全文
posted @ 2020-01-03 09:47 毛会懂 阅读(480) 评论(0) 推荐(0) 编辑