# upush2-restful-api
**Repository Path**: cmcim/upush2-restful-api
## Basic Information
- **Project Name**: upush2-restful-api
- **Description**: UPush restful 接口服务源码
开发语言:Java
开发框架:SpringBoot
- **Primary Language**: Java
- **License**: BSD-2-Clause
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-05-05
- **Last Updated**: 2022-09-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: 推送, IM, SpringBoot, Rest-api, upush
## README
## 添加upush maven仓库
在pom.xml添加
```
upush
https://maven.cmcim.com:7216/repository/upush/
true
always
```
## 依赖
在pom.xml添加
```
com.cmcim.upush
upush2-api
2.0.1
```
## 配置
打开application.yml
```
upush:
app-secret: UPush项目密钥
host: master地址
port: master端口
```