1.1.1 release
This commit is contained in:
@@ -4,7 +4,7 @@ set dist_dir=dist
|
||||
|
||||
set app_name=zyplayer-doc
|
||||
|
||||
set version="1.1.0"
|
||||
set version="1.1.1"
|
||||
|
||||
set build_folder=%app_name%-%version%
|
||||
|
||||
|
||||
2
build.sh
2
build.sh
@@ -4,7 +4,7 @@ dist_dir="dist"
|
||||
|
||||
app_name="zyplayer-doc"
|
||||
|
||||
version="1.1.0"
|
||||
version="1.1.1"
|
||||
|
||||
build_folder="${app_name}-${version}"
|
||||
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>zyplayer-doc</name>
|
||||
@@ -18,7 +18,7 @@
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<fastjson.version>1.2.53</fastjson.version>
|
||||
<zyplayer.doc.version>1.1.0</zyplayer.doc.version>
|
||||
<zyplayer.doc.version>1.1.1</zyplayer.doc.version>
|
||||
<spring.boot.version>2.1.6.RELEASE</spring.boot.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -1,23 +1,20 @@
|
||||
# 本文件用于已部署好的系统检测自己是否需要升级使用,怕有人担心安全一类的问题,所以不提供服务器接口来做
|
||||
lastVersion=1.1.0
|
||||
lastVersion=1.1.1
|
||||
|
||||
upgradeContent=全局:;\
|
||||
1、用户权限控制重构;\
|
||||
2、去掉对es、grpc的支持和依赖,专注核心模块的开发;\
|
||||
3、默认去掉对hive的包依赖,编译结果文件瘦身100M+;\
|
||||
4、maven依赖关系优化,依赖的maven包升级,解决依赖混乱问题;\
|
||||
5、增加build.bat的支持,支持jar直接启动,去掉历史遗留的无用前端代码;\
|
||||
1、#I5MD0X 增加修改自己登录密码功能;\
|
||||
数据库模块:;\
|
||||
1、优化数据查询的展示效果;\
|
||||
2、SQL编辑器自动提示优化,更加智能,可拖动改变左侧菜单宽度;\
|
||||
3、多Tab标签页切换问题修改;\
|
||||
4、表数据查看页增加选择展示列功能;\
|
||||
1、值为null时导出的SQL语句使用null,而非空字符串;\
|
||||
2、#I5LO38 修改自动递增展示字段;\
|
||||
API接口文档模块:;\
|
||||
1、使用vite+vue3+antdv重构swagger文档展示;\
|
||||
1、增加自建API接口操作;\
|
||||
2、openapi接口文档解析支持;\
|
||||
WIKI文档模块:;\
|
||||
1、#I3BMNS 代码块高亮,增加判空和状态判断;\
|
||||
2、增加导航和拖动改变左侧菜单宽度功能,编辑器默认改为markdown模式;\
|
||||
3、修复wiki有序列表不展示序号问题;
|
||||
1、选中历史版本后重新加载导航;\
|
||||
2、wiki编辑器升级;\
|
||||
3、#I515TN 解决markdown上传图片错误;\
|
||||
4、#I5MD1F 增加导出为word文档支持;\
|
||||
5、#I51E4A 修复无序列表序号显示问题;
|
||||
|
||||
upgradeUrl=https://gitee.com/zyplayer/zyplayer-doc/releases
|
||||
nextStep=
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -7,5 +7,5 @@ package com.zyplayer.doc.core.util;
|
||||
* @since 2021-06-06
|
||||
*/
|
||||
public class ZyplayerDocVersion {
|
||||
public static final String version = "1.1.0";
|
||||
public static final String version = "1.1.1";
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
@@ -57,7 +57,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<zyplayer.doc.version>1.1.0</zyplayer.doc.version>
|
||||
<zyplayer.doc.version>1.1.1</zyplayer.doc.version>
|
||||
<!-- 打包跳过单元测试 -->
|
||||
<skipTests>true</skipTests>
|
||||
<elasticsearch.version>7.2.0</elasticsearch.version>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -115,7 +115,7 @@ public class ClassLoadService {
|
||||
// String serviceName = "com.zyplayer.data.service.dubbo.DataIndicatorsService";
|
||||
// String jarGroup = "com.zyplayer.data";
|
||||
// String jarArtifact = "data-api-client";
|
||||
// String jarVersion = "1.1.0.SNAPSHOTS";
|
||||
// String jarVersion = "1.1.1.SNAPSHOTS";
|
||||
// String basePath = "http://nexus.zyplayer.com:8081/nexus/content/groups/public";
|
||||
// new ClassLoadService().loadServerMethod(serviceName, basePath, jarGroup, jarArtifact, jarVersion);
|
||||
// }
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<parent>
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>zyplayer-doc</artifactId>
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc-annotation</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>zyplayer-doc-annotation</name>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc-dubbo-libs</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>zyplayer-doc-dubbo-libs</name>
|
||||
|
||||
|
||||
@@ -13,14 +13,14 @@
|
||||
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc-test</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<zyplayer.doc.version>1.1.0</zyplayer.doc.version>
|
||||
<zyplayer.doc.version>1.1.1</zyplayer.doc.version>
|
||||
<elasticsearch.version>7.2.0</elasticsearch.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user