摘要: https://www.cnblogs.com/wenbronk/p/6432990.html /** * 通配符查询, 支持 * * 匹配任何字符序列, 包括空 * 避免* 开始, 会检索大量内容造成效率缓慢 */ @Test public void testWildCardQuery() { Q 阅读全文
posted @ 2019-09-10 16:48 刘达人186 阅读(8984) 评论(0) 推荐(1) 编辑
摘要: 1. Request cannot be executed; I/O reactor status: STOPPED RestClient被关闭了 2. SpringBoot启动后 Stopping service [Tomcat] 加上log4j的配置,显现出更多的信息来定位问题。在resourc 阅读全文
posted @ 2019-09-10 15:10 刘达人186 阅读(1823) 评论(0) 推荐(0) 编辑
摘要: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Pro 阅读全文
posted @ 2019-09-10 14:15 刘达人186 阅读(582) 评论(0) 推荐(0) 编辑
摘要: 问题说明 data jpa和data redis同时配置时,出现Spring modules spring Spring Data Release Train <dependencyManagement> <dependencies> <dependency> <groupId>org.spring 阅读全文
posted @ 2019-09-10 13:42 刘达人186 阅读(5298) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zhangpengshou/p/5366413.html Ctrl+Shift + Enter,语句完成“!”,否定完成,输入表达式时按 “!”键Ctrl+E,最近的文件Ctrl+Shift+E,最近更改的文件Shift+Click,可以关闭文件Ctr 阅读全文
posted @ 2019-09-10 13:32 刘达人186 阅读(186) 评论(0) 推荐(0) 编辑
摘要: https://www.elastic.co/guide/en/elasticsearch/client/java-rest/7.3/java-rest-high-supported-apis.html 阅读全文
posted @ 2019-09-10 13:32 刘达人186 阅读(413) 评论(0) 推荐(0) 编辑