dexcoder-assistant
dexcoder-assistant copied to clipboard
dexcoder 快速开发工具包
调整建议
querySingleResultForSql mapList == null || mapList.isEmpty() ? null : mapList.iterator().next() 这样会不会不太合适,如果有多条只取第一条,jdbctemplate 直接抛出结果不唯一异常是否好一点 public List queryListForSql(String refSql, Class elementType) { List mapList = this.queryListForSql(refSql, "", EMPTY_OBJECT_ARRAY); return mapToBean(mapList, elementType);} 更改为这个 return...
Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 4.2.4.RELEASE to 5.2.20.RELEASE. Release notes Sourced from spring-webmvc's releases. v5.2.20.RELEASE :star: New Features Restrict access to property paths on Class references #28262 Improve diagnostics in SpEL for...
Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 4.2.4.RELEASE to 5.2.20.RELEASE. Release notes Sourced from spring-beans's releases. v5.2.20.RELEASE :star: New Features Restrict access to property paths on Class references #28262 Improve diagnostics in SpEL for...