com.centit.product:centit-fileserver

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

License

License

GroupId

GroupId

com.centit.product
ArtifactId

ArtifactId

centit-fileserver
Last Version

Last Version

3.2.2101
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://github.com/ndxt/centit-fileserver
Project Organization

Project Organization

Centit Information Technical, co. Inc.
Source Code Management

Source Code Management

https://github.com/ndxt/centit-fileserver

Download centit-fileserver

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • fileserver-utils
  • fileserver-client
  • fileserver-view
  • fileserver-module
  • fileserver-store-oss-plugin
  • fileserver-store-cos-plugin
  • fileserver-adapter
  • fileserver-task-redis-plugin

如何启动工程

后台启动

前台启动

文件服务器前台 基于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