com.centit.product:msgpusher-utils

消息推送支持类

License

License

GroupId

GroupId

com.centit.product
ArtifactId

ArtifactId

msgpusher-utils
Last Version

Last Version

0.1.1805
Release Date

Release Date

Type

Type

jar
Description

Description

com.centit.product:msgpusher-utils
消息推送支持类
Project Organization

Project Organization

Centit Information Technical, co. Inc.

Download msgpusher-utils

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework : spring-websocket jar 4.3.14.RELEASE
com.centit.support : centit-utils jar 2.2.1805

provided (2)

Group / Artifact Type Version
javax.websocket : javax.websocket-api jar 1.1
javax.servlet : javax.servlet-api jar 3.1.0

system (1)

Group / Artifact Type Version
com.sun » tools jar 1.8

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
0.1.1805
0.1.1803
0.0.4