com.centit.product:fileserver-task-redis-plugin

文件服务器,可以作为文件的存储服务单独运行,并为其他业务服务,可以作为一个文件版本管理器来运行。

License

License

Categories

Categories

Redis Data Databases
GroupId

GroupId

com.centit.product
ArtifactId

ArtifactId

fileserver-task-redis-plugin
Last Version

Last Version

3.2.2101
Release Date

Release Date

Type

Type

jar
Description

Description

com.centit.product:fileserver-task-redis-plugin
文件服务器,可以作为文件的存储服务单独运行,并为其他业务服务,可以作为一个文件版本管理器来运行。
Project Organization

Project Organization

Centit Information Technical, co. Inc.

Download fileserver-task-redis-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.centit.product/fileserver-task-redis-plugin/ -->
<dependency>
    <groupId>com.centit.product</groupId>
    <artifactId>fileserver-task-redis-plugin</artifactId>
    <version>3.2.2101</version>
</dependency>
// https://jarcasting.com/artifacts/com.centit.product/fileserver-task-redis-plugin/
implementation 'com.centit.product:fileserver-task-redis-plugin:3.2.2101'
// https://jarcasting.com/artifacts/com.centit.product/fileserver-task-redis-plugin/
implementation ("com.centit.product:fileserver-task-redis-plugin:3.2.2101")
'com.centit.product:fileserver-task-redis-plugin:jar:3.2.2101'
<dependency org="com.centit.product" name="fileserver-task-redis-plugin" rev="3.2.2101">
  <artifact name="fileserver-task-redis-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.centit.product', module='fileserver-task-redis-plugin', version='3.2.2101')
)
libraryDependencies += "com.centit.product" % "fileserver-task-redis-plugin" % "3.2.2101"
[com.centit.product/fileserver-task-redis-plugin "3.2.2101"]

Dependencies

compile (3)

Group / Artifact Type Version
com.centit.product : fileserver-adapter jar 3.2.2101
org.springframework.data : spring-data-redis jar 2.1.5.RELEASE
redis.clients : jedis jar 2.9.0

Project Modules

There are no modules declared in this project.

如何启动工程

后台启动

前台启动

文件服务器前台 基于Vue的项目,默认已经配置好了公用后台地址,可以直接启动访问。

安装依赖

npm install

注意:如果 npm 使用 taobao 源或者 cnpm 下载可能会出现找不到模块的报错,请使用 npm 官方源下载

开发

npm run serve

See Configuration Reference.

如何修改后台地址

修改 vue.config.js 需要添加代理:

devServer: {
    proxy: {
          '/api/admin': {
                target: 'http://localhost:8888/fileserver',
                pathRewrite: {
                    '/api/admin': '',
                },
                cookiePathRewrite: {
                  '/fileserver/': '/api',
                },
          },
          '/api/file': {
                target: 'http://localhost:8888/fileserver',
                pathRewrite: {
                    '/api/file': '',
                },
          },
    }
}

重新启动即可

com.centit.product

南大先腾

江苏南大先腾信息产业股份有限公司(股票代码:870716)

Versions

Version
3.2.2101