--------去掉对es的支持和依赖,默认去掉对hive的包依赖,maven依赖关系优化,页面位置调整,增加build.bat的支持,支持jar直接启动,去掉历史遗留的无用前端代码,依赖的maven包升级--------

This commit is contained in:
暮光:城中城
2021-11-17 22:31:46 +08:00
parent 5bdf1ec0c6
commit 085b76f4b4
200 changed files with 1412 additions and 56618 deletions

View File

@@ -1,13 +1,17 @@
# 端口和根路劲jar启动时依此处配置放tomcat后以tomcat的配置为准
server:
port: 8083
servlet:
context-path: /zyplayer-doc-manage
spring:
application:
name: zyplayer-doc-manage
# mvc:
# static-path-pattern: /**
servlet:
multipart:
max-file-size: 100MB
max-request-size: 100MB
datasource:
continue-on-error: true
ldap:
@@ -18,23 +22,11 @@ spring:
password: MKDSHYDNIS
anonymousReadOnly: true
# 端口和根路劲main方法启动时需要放tomcat后以tomcat的配置为准
server:
port: 8083
servlet:
context-path: /zyplayer-doc-manage
# 整个文档项目的配置
zyplayer:
doc:
# ------zyplayer_doc_manage相关配置------
manage:
elasticsearch:
# 是否开启estrue或false现在主要用在wiki文档的搜索使用的es是6.8.0及以上版本
open: false
# es地址配置ip:port多个使用英文逗号分割127.0.0.1:9200,127.0.0.1:9201
hostPort: 127.0.0.1:9200
scheme: http
# 版本和升级信息获取地址
upgradePropertiesUrl: https://gitee.com/zyplayer/zyplayer-doc/raw/master/upgrade.properties
# 系统根域名调试UI时需要使用同时需要在host文件里配置127.0.0.1 local.zyplayer.com
@@ -48,11 +40,11 @@ zyplayer:
# ------WIKI文档相关------
wiki:
# WIKI文档的文件上传后的存储目录截图或文件还是很重要的建议您还要定期备份此目录的文件呢
upload-path: d:/zyplayerDoc/wikiFiles
upload-path: c:/zyplayerDoc/wikiFiles
# 是否检查目录有被系统定期清理的风险,强烈建议开启
upload-path-check: true
# git本地仓库地址用于管理WIKI的历史版本
git-local-path: d:/zyplayerDoc/wikiGitFiles
git-local-path: c:/zyplayerDoc/wikiGitFiles
# git远程仓库地址可选配置项如果存在则会每次修改后push到此仓库必须先创建远程仓库项目初始化时会去拉取
# 如果没有配置此项则只会在维护一个本地的git仓库使用简单
# 例https://gitee.com/zyplayer/zyplayer-doc-wiki-files.git