com.centit.product:centit-msgpusher

消息推送服务器,对百度推送,短信推送,websocket推送进行封装,并且实现了先腾框架的底层服务接口,可以对框架中的消息服务进行替换。

License

License

GroupId

GroupId

com.centit.product
ArtifactId

ArtifactId

centit-msgpusher
Last Version

Last Version

0.1.1805
Release Date

Release Date

Type

Type

pom
Description

Description

com.centit.product:centit-msgpusher
消息推送服务器,对百度推送,短信推送,websocket推送进行封装,并且实现了先腾框架的底层服务接口,可以对框架中的消息服务进行替换。
Project URL

Project URL

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

Project Organization

Centit Information Technical, co. Inc.
Source Code Management

Source Code Management

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

Download centit-msgpusher

How to add to project

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

Dependencies

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

Project Modules

  • msgpusher-utils

如何启动工程

后台启动

前台启动

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