https://github.com/zhyea/argo
Argo promote platform
https://github.com/zhyea/argo
Last synced: about 1 month ago
JSON representation
Argo promote platform
- Host: GitHub
- URL: https://github.com/zhyea/argo
- Owner: zhyea
- License: unlicense
- Created: 2023-03-18T15:27:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T15:25:11.000Z (about 1 month ago)
- Last Synced: 2025-03-11T16:32:09.462Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 3.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Argo
用户管理功能
接口文档:[用户管理相关接口](https://github.com/zhyea/liens/wiki)
## 如何部署
### 1. 获取源码
```shell
git clone [email protected]:zhyea/argo.git
```
或者```shell
wget https://github.com/zhyea/argo/archive/refs/heads/main.zip
unzip main.zip
mv liens-main liens
```### 2. 编译打包
```shell
cd liens
mvn clean package -DskipTests
```### 3. 启动服务
```shell
sh start.sh
```