08 2021 档案
摘要:xxxxx org.springframework.boot spring-boot-maven-plugin org.apache.maven.plugins maven-surefire-plugin 2.18.1 true
阅读全文
摘要:1
阅读全文
摘要:https://www.cnblogs.com/qianbing-li/p/11089152.html
阅读全文
摘要:https://www.cnblogs.com/-ccj/p/14452794.html
阅读全文
摘要:因为NPOI版本有问题所造成的,通过适当更正参数以后能处理。情况如下: 直接将hssfCellStyle.setAlignment(HSSFCellStyle.ALIGN_CENTER)修改为hssfCellStyle.setAlignment(HorizontalAlignment.CENTER)
阅读全文
摘要:5.x以上废弃string字段,改为text和keyword。 总结: text和keyword,区别如下: text:会分词,然后进行索引,用于全文搜索。 支持模糊、精确查询 不支持聚合 keyword:不进行分词,直接索引,keyword用于关键词搜索 支持模糊、精确查询 支持聚合 参考链接:
阅读全文
摘要:https://blog.csdn.net/qq_22771739/article/details/84668620 需要构建唯一索引
阅读全文