Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhyea/pccw
pccw global entrance
https://github.com/zhyea/pccw
Last synced: 9 days ago
JSON representation
pccw global entrance
- Host: GitHub
- URL: https://github.com/zhyea/pccw
- Owner: zhyea
- License: unlicense
- Created: 2022-06-08T02:54:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T08:57:50.000Z (8 months ago)
- Last Synced: 2024-04-02T10:09:36.272Z (8 months ago)
- Language: Java
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PCCW
用户管理功能
接口文档:[用户管理相关接口](https://github.com/zhyea/pccw/wiki)
## 如何部署
### 1. 获取源码
```shell
git clone [email protected]:zhyea/pccw.git
```
或者```shell
wget https://github.com/zhyea/pccw/archive/refs/heads/main.zip
unzip main.zip
mv pccw-main pccw
```### 2. 编译打包
```shell
cd pccw
mvn clean package -DskipTests
```### 3. 启动服务
```shell
sh start.sh
```