Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add backend service quickly startup doc #2

Merged
merged 1 commit into from
Feb 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# ArgusDBM

> Argus 数据库一体化监控平台,致力于监控所有数据库。
> Argus 开源数据库一体化监控平台,致力于监控所有数据库。

## 🐕 快速开始

### 本地代码启动

> 此为前后的分离架构,本地代码启动调试需分别启动后端服务和前端
#### 后端本地代码启动

1. 需安装 `maven3+`, `java11` 环境, `IDEA` 需安装 `lombok` 插件
2. 主目录下执行 `mvn clean install`
3. 启动 `springboot manager` 服务 `manager/src/main/java/com/zmops/open/manager/Manager.java`
4. 后端服务 `swagger` 接口地址 http://localhost:1157/swagger-ui/index.html
5. 默认账户密码 `argus/argus`

#### 前端本地代码启动

1. todo