项目整合,增加测试项目,es改为rest客户端接口查询
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<java.version>1.8</java.version>
|
||||
<!-- 打包跳过单元测试 -->
|
||||
<skipTests>true</skipTests>
|
||||
<elasticsearch.version>6.8.0</elasticsearch.version>
|
||||
<elasticsearch.version>7.2.0</elasticsearch.version>
|
||||
<destDir>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${project.version}</destDir>
|
||||
<zyplayer.doc.version>1.0.2</zyplayer.doc.version>
|
||||
</properties>
|
||||
|
||||
@@ -250,7 +250,7 @@ function exportDocument(){
|
||||
$("#exportDocumentModal .bottom-box").show();
|
||||
$("#exportDocumentModal .alert").addClass("hidden");
|
||||
$("#exportDocumentText").addClass("hidden");
|
||||
|
||||
|
||||
$('#exportDocumentUl').empty();
|
||||
for (var i = 0; i < documentJsonArr.length; i++) {
|
||||
$("#exportDocumentUl").append('<li index='+i+'>'+decodeURI(documentJsonArr[i].fullUrl)+'</li>');
|
||||
@@ -503,6 +503,10 @@ $("#apiPathTree").on("click", ".show-doc", function(){
|
||||
htmlStrExample = paramName;
|
||||
addRequestParamObj(requestParamObj, paramName, paramType, paramIn, required, paramDesc, example);
|
||||
}
|
||||
} else if("body" == tempParameters.in) {
|
||||
requestParamObj["p-body-obj"] = "";
|
||||
htmlStr = paramName;
|
||||
htmlStrExample = paramName;
|
||||
} else if("string" == tempParameters.schema.type) {
|
||||
htmlStr = paramName;
|
||||
htmlStrExample = paramName;
|
||||
@@ -1071,4 +1075,4 @@ function checkSystemUpgrade() {
|
||||
);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user