摘要:
起因:新安装的idea第一次运行springboot项目报url错误(Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.) 阅读全文
摘要:
对于mybatis的参数类型是集合数组的时候进行查询。 第一种:参数list使用mybatis的标签 SELECT * FROM TABLE_NAME AS a <where> <if test="constomerGradeArray!=null and constomerGradeArray.l 阅读全文