https://github.com/zhyea/pccw
pccw global entrance
https://github.com/zhyea/pccw
Last synced: 2 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T08:57:50.000Z (about 1 year ago)
- Last Synced: 2024-12-27T03:12:28.877Z (4 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
```