diff --git a/build.bat b/build.bat
index 1ee45ca0..89fc2744 100644
--- a/build.bat
+++ b/build.bat
@@ -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%
diff --git a/build.sh b/build.sh
index 92199fec..b0f16663 100644
--- a/build.sh
+++ b/build.sh
@@ -4,7 +4,7 @@ dist_dir="dist"
app_name="zyplayer-doc"
-version="1.1.1"
+version="1.1.2"
build_folder="${app_name}-${version}"
diff --git a/pom.xml b/pom.xml
index 7683fa9b..6837e176 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.zyplayer
zyplayer-doc
- 1.1.1
+ 1.1.2
pom
zyplayer-doc
@@ -18,7 +18,7 @@
1.8
1.8
1.2.53
- 1.1.1
+ 1.1.2
2.1.6.RELEASE
@@ -74,22 +74,17 @@
jtds
1.3.1
-
- com.oracle
- ojdbc14
- 12
-
com.dameng
DmJdbcDriver18
8.1.1.193
-
-
-
-
-
+
+ com.oracle
+ ojdbc6
+ 12.1.0.1-atlassian-hosted
+
org.postgresql
postgresql
diff --git a/upgrade.properties b/upgrade.properties
index 8f139f80..921a7716 100644
--- a/upgrade.properties
+++ b/upgrade.properties
@@ -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=
diff --git a/zyplayer-doc-api/pom.xml b/zyplayer-doc-api/pom.xml
index 72be060a..a0e47712 100644
--- a/zyplayer-doc-api/pom.xml
+++ b/zyplayer-doc-api/pom.xml
@@ -24,7 +24,7 @@
com.zyplayer
zyplayer-doc
- 1.1.1
+ 1.1.2
diff --git a/zyplayer-doc-core/pom.xml b/zyplayer-doc-core/pom.xml
index bb6affa4..1dc85484 100644
--- a/zyplayer-doc-core/pom.xml
+++ b/zyplayer-doc-core/pom.xml
@@ -9,7 +9,7 @@
com.zyplayer
zyplayer-doc
- 1.1.1
+ 1.1.2
diff --git a/zyplayer-doc-data/pom.xml b/zyplayer-doc-data/pom.xml
index 34f8ba6a..bba5a9da 100644
--- a/zyplayer-doc-data/pom.xml
+++ b/zyplayer-doc-data/pom.xml
@@ -9,7 +9,7 @@
com.zyplayer
zyplayer-doc
- 1.1.1
+ 1.1.2
@@ -53,7 +53,7 @@
com.oracle
- ojdbc14
+ ojdbc6
@@ -68,10 +68,6 @@
org.postgresql
postgresql
-
-
-
-
diff --git a/zyplayer-doc-db/pom.xml b/zyplayer-doc-db/pom.xml
index 5b61a41b..7d6247d8 100644
--- a/zyplayer-doc-db/pom.xml
+++ b/zyplayer-doc-db/pom.xml
@@ -23,7 +23,7 @@
com.zyplayer
zyplayer-doc
- 1.1.1
+ 1.1.2
@@ -63,7 +63,6 @@
UTF-8
UTF-8
1.8
- 1.1.1
true
7.2.0
diff --git a/zyplayer-doc-manage/pom.xml b/zyplayer-doc-manage/pom.xml
index 15a04fb3..b3fa7d90 100644
--- a/zyplayer-doc-manage/pom.xml
+++ b/zyplayer-doc-manage/pom.xml
@@ -11,7 +11,7 @@
com.zyplayer
zyplayer-doc
- 1.1.1
+ 1.1.2
@@ -63,7 +63,7 @@
com.oracle
- ojdbc14
+ ojdbc6
diff --git a/zyplayer-doc-other/pom.xml b/zyplayer-doc-other/pom.xml
index a472008e..d50174f5 100644
--- a/zyplayer-doc-other/pom.xml
+++ b/zyplayer-doc-other/pom.xml
@@ -5,7 +5,7 @@
zyplayer-doc
com.zyplayer
- 1.1.1
+ 1.1.2
4.0.0
diff --git a/zyplayer-doc-wiki/pom.xml b/zyplayer-doc-wiki/pom.xml
index dbbb0673..496c8f99 100644
--- a/zyplayer-doc-wiki/pom.xml
+++ b/zyplayer-doc-wiki/pom.xml
@@ -23,7 +23,7 @@
com.zyplayer
zyplayer-doc
- 1.1.1
+ 1.1.2