06 2021 档案

摘要:123 阅读全文
posted @ 2021-06-03 17:46 0611163 阅读(113) 评论(0) 推荐(0)
摘要:代码: package com.sux.demo.utils; import com.alibaba.fastjson.JSONObject; import java.io.File; import java.io.FileInputStream; import java.io.FileOutput 阅读全文
posted @ 2021-06-03 17:43 0611163 阅读(419) 评论(0) 推荐(0)
摘要:pom 文件中添加: <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>elasticsearch-rest-high-level-client</artifactId> <version>6.3.2</vers 阅读全文
posted @ 2021-06-02 16:16 0611163 阅读(95) 评论(0) 推荐(0)
摘要:没有SpringBoot等框架的情况下 pom.xml: <properties> <slf4j.version>1.7.26</slf4j.version> </properties> <dependencies> <dependency> <groupId>org.slf4j</groupId> 阅读全文
posted @ 2021-06-02 16:07 0611163 阅读(92) 评论(0) 推荐(0)
摘要:pom 文件添加如下内容: <repositories> <repository> <id>alimaven</id> <name>aliyun maven</name> <url>file:D:/Java/maven-repository/</url> <snapshots> <enabled>f 阅读全文
posted @ 2021-06-02 08:48 0611163 阅读(1137) 评论(0) 推荐(0)