1.0.7版本升级
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>com.zyplayer</groupId>
|
||||
<artifactId>zyplayer-doc-manage</artifactId>
|
||||
<version>1.0.6</version>
|
||||
<version>1.0.7</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<name>zyplayer-doc-manage</name>
|
||||
@@ -22,7 +22,7 @@
|
||||
<java.version>1.8</java.version>
|
||||
<springfox.swagger.ui.version>2.9.2</springfox.swagger.ui.version>
|
||||
<swagger.bootstrap.ui.version>1.9.4</swagger.bootstrap.ui.version>
|
||||
<zyplayer.doc.version>1.0.6</zyplayer.doc.version>
|
||||
<zyplayer.doc.version>1.0.7</zyplayer.doc.version>
|
||||
<elasticsearch.version>7.2.0</elasticsearch.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ zyplayer:
|
||||
hostPort: 127.0.0.1:9200
|
||||
scheme: http
|
||||
# 版本和升级信息获取地址
|
||||
version: 1.0.6
|
||||
version: 1.0.7
|
||||
upgradePropertiesUrl: https://gitee.com/zyplayer/zyplayer-doc/raw/master/upgrade.properties
|
||||
# 系统根域名,调试UI时需要使用,同时需要在host文件里配置:127.0.0.1 local.zyplayer.com
|
||||
originDomainRegex: .*\.zyplayer\.com(:\d+|)$
|
||||
|
||||
@@ -316,6 +316,7 @@ CREATE TABLE `wiki_page_file` (
|
||||
`update_time` datetime NULL DEFAULT NULL COMMENT '修改时间',
|
||||
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '0=有效 1=删除',
|
||||
`download_num` int(11) NOT NULL DEFAULT 0 COMMENT '下载次数',
|
||||
`file_size` bigint NULL COMMENT '文件大小',
|
||||
PRIMARY KEY (`id`) USING BTREE,
|
||||
UNIQUE INDEX `uk_uuid`(`uuid`) USING BTREE COMMENT '文件ID'
|
||||
) ENGINE = InnoDB AUTO_INCREMENT = 15 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
|
||||
|
||||
Reference in New Issue
Block a user