1.1.2 release

This commit is contained in:
暮光:城中城
2023-02-04 17:00:32 +08:00
parent 6f68f65e9d
commit ef31ebe52b
11 changed files with 35 additions and 43 deletions

View File

@@ -4,7 +4,7 @@ set dist_dir=dist
set app_name=zyplayer-doc
set version="1.1.1"
set version="1.1.2"
set build_folder=%app_name%-%version%

View File

@@ -4,7 +4,7 @@ dist_dir="dist"
app_name="zyplayer-doc"
version="1.1.1"
version="1.1.2"
build_folder="${app_name}-${version}"

19
pom.xml
View File

@@ -4,7 +4,7 @@
<groupId>com.zyplayer</groupId>
<artifactId>zyplayer-doc</artifactId>
<version>1.1.1</version>
<version>1.1.2</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.1</zyplayer.doc.version>
<zyplayer.doc.version>1.1.2</zyplayer.doc.version>
<spring.boot.version>2.1.6.RELEASE</spring.boot.version>
</properties>
@@ -74,22 +74,17 @@
<artifactId>jtds</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc14</artifactId>
<version>12</version>
</dependency>
<!--达梦数据库驱动-->
<dependency>
<groupId>com.dameng</groupId>
<artifactId>DmJdbcDriver18</artifactId>
<version>8.1.1.193</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.oracle</groupId>-->
<!-- <artifactId>ojdbc6</artifactId>-->
<!-- <version>12.1.0.1-atlassian-hosted</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>12.1.0.1-atlassian-hosted</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>

View File

@@ -1,20 +1,22 @@
# 本文件用于已部署好的系统检测自己是否需要升级使用,怕有人担心安全一类的问题,所以不提供服务器接口来做
lastVersion=1.1.1
lastVersion=1.1.2
upgradeContent=全局:\
1、#I5MD0X 增加修改自己登录密码功能\
数据库模块:\
1、值为null时导出的SQL语句使用null而非空字符串\
2、#I5LO38 修改自动递增展示字段\
API接口文档模块\
1、增加自建API接口操作\
2、openapi接口文档解析支持\
WIKI文档模块\
1、选中历史版本后重新加载导航\
2、wiki编辑器升级\
3、#I515TN 解决markdown上传图片错误\
4、#I5MD1F 增加导出为word文档支持\
5、#I51E4A 修复无序列表序号显示问题;
upgradeContent=1. #I636K1 全局搜索优化\
2. 同步闭源版本部分代码,修复页面顺序问题\
3. 添加注释和使用lombok @Mdai\
4. 修复初始化显示文档菜单显示高亮问题,修复重复点击报错问题 @〝走走停停\
5. 使用 @RequiredArgsConstructor 进行注入 @handy\
6. md预览过滤格式tree图标打包版本指定 @护身法\
7. mysql->oracle建表语句转换 @diantu\
8. sqlserver->mysql建表语句转换 @diantu\
9. 自动执行升级SQL、历史记录改为数据库存储、去掉git操作优化代码结构去掉不需要的文件\
10. 将wiki升级为vue3版本\
11. #I69PMN 修复模态框点击关闭问题\
12. WIKI空间支持分页页面展示优化\
13. #I69ZVX 修改不能保存表情问题,优化脚本\
14. 修复mysql数据库使用前置sql语句时,因数据库名包含特殊字符导致的报错问题 @diantu\
15. 修复oracle使用use语句导致的报错问题 @diantu\
16. 新增达梦数据库支持 @diantu\
upgradeUrl=https://gitee.com/zyplayer/zyplayer-doc/releases
nextStep=

View File

@@ -24,7 +24,7 @@
<parent>
<groupId>com.zyplayer</groupId>
<artifactId>zyplayer-doc</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>
<properties>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>com.zyplayer</groupId>
<artifactId>zyplayer-doc</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>
<dependencies>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>com.zyplayer</groupId>
<artifactId>zyplayer-doc</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>
<dependencies>
@@ -53,7 +53,7 @@
</dependency>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc14</artifactId>
<artifactId>ojdbc6</artifactId>
</dependency>
<!--达梦数据库驱动-->
<dependency>
@@ -68,10 +68,6 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.oracle</groupId>-->
<!-- <artifactId>ojdbc6</artifactId>-->
<!-- </dependency>-->
<!-- 按需开启对hive的支持它依赖的包实在太多太大了-->
<!-- <dependency>-->
<!-- <groupId>org.apache.hive</groupId>-->

View File

@@ -23,7 +23,7 @@
<parent>
<groupId>com.zyplayer</groupId>
<artifactId>zyplayer-doc</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>
<dependencies>
@@ -63,7 +63,6 @@
<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.1</zyplayer.doc.version>
<!-- 打包跳过单元测试 -->
<skipTests>true</skipTests>
<elasticsearch.version>7.2.0</elasticsearch.version>

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>com.zyplayer</groupId>
<artifactId>zyplayer-doc</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>
<properties>
@@ -63,7 +63,7 @@
</dependency>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc14</artifactId>
<artifactId>ojdbc6</artifactId>
</dependency>
<!--达梦数据库驱动-->
<dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>zyplayer-doc</artifactId>
<groupId>com.zyplayer</groupId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -23,7 +23,7 @@
<parent>
<groupId>com.zyplayer</groupId>
<artifactId>zyplayer-doc</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>
<properties>