03 2019 档案
摘要:发送邮件代码 //遇到的问题 该问题就是在国内无法连接,要使用国外的服务器 使用国外的服务器之后,还会报错 javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password not accepted 就要进行下图的设置
阅读全文
摘要:通用mapper 动态更新(updateByPrimaryKeySelective) 判断条件 是否为null 如果值是空 "" 则会更新为空
阅读全文
摘要:做了一个订单表 order 执行新增的时候报错 ### SQL: INSERT INTO order ( id,order_no,email,bd_id,payment,postage,status,create_time ) VALUES( ?,?,?,?,?,?,?,? )### Cause:
阅读全文
摘要:org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMa
阅读全文