摘要:
show me the code :mybais-plus版本:3.1.1 1,排除某些字段,可以同时排除多个字段排除多个字段写法: .setEntity(new User()) .select(c -> !Objects.equals(c.getProperty(), "secretKey") & 阅读全文
摘要:
重启数据库后,数据库大部分时间连不上了;连续请求不会报错,请求间隔时间稍微长一点就会报错报错如图: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet su 阅读全文
摘要:
对集合操作时,因不同的写法Idea经常会提示:The 'stream().forEach()' chain can be replaced with 'forEach()' (may change semantics)翻译:'stream()。forEach()'链可以替换为'forEach()'( 阅读全文