02 2023 档案
摘要:将list存到json中后,json返回的内容是[{"morpherRegistry":{},"dynaClass":{"dynaProperties":[{"indexed":false,"mapp 这种的 解决办法 List<EsPubCategory> lists = esPubMedia.g
阅读全文
摘要:StringBuilder sb=new StringBuilder(); sb.append(xxx).append(","); //去掉最后一个,sb.deleteCharAt(sb.length()-1);
阅读全文
摘要:pom.xml下新增 <!-- 软件环境参数 --><parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.8.RELE
阅读全文
摘要:在启动类里加 @SpringBootApplication(exclude = RedisAutoConfiguration.class)@MapperScan("com.news.repthe.*.mapper")@EnableTransactionManagement@ComponentScan
阅读全文