摘要:
Expected BEGIN_OBJECT but was STRING at line 1 column 2 path $ syntax error, expect {, actual string, pos 0, fastjson-version 1.2.62 syntax error, exp 阅读全文
posted @ 2023-06-05 22:13
oktokeep
阅读(3696)
评论(2)
推荐(0)
摘要:
public static String doPostForJson(String url, String json,String byteAuthorization) { RestTemplate restTemplate = new RestTemplate(); logger.info("re 阅读全文
posted @ 2023-06-05 22:05
oktokeep
阅读(421)
评论(0)
推荐(0)
摘要:
es是通过符合条件的json记录找出来,本身并不是将数据中的记录filter过滤。es nestedQuery不是过滤的结果,是匹配的这条es记录,所以数组中的其他的记录也会查询出来1.方法1:可以在程序中对数组中的记录过滤。2.方法2:在数据初始化的时候,将数据严格查询符合条件的才初始化。 需求背 阅读全文
posted @ 2023-06-05 21:57
oktokeep
阅读(1678)
评论(2)
推荐(0)
浙公网安备 33010602011771号