Skip to content

Commit

Permalink
README編集
Browse files Browse the repository at this point in the history
  • Loading branch information
tttol committed Jan 8, 2023
1 parent 2475b71 commit a4b85af
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
# mrls
# About MRLS

GitLabからMergeRequestを取得して一覧表示する(
ユーザー単位でgroup byして表示)

# Get Started

1. application-env.ymlをコピーしてapplication-local.yml作成

```bash
git clone https://github.com/tttol/mrls.git
cd mrls/src/main/resources/
cp application-env.yml application-local.yml
```

2. application-local.ymlの以下を編集

- `${app.gitlab.project.id}`
- GitLabプロジェクトのプロジェクトID
- Project -> Settings -> General -> Project ID
- `${app.gitlab.project.accessToken}`
- Gitlabプロジェクトアクセストークン
- Project -> Settings -> Access Tokens

3. アプリ起動

```bash
./gradlew bootRun -Dspring.profiles.active=local
```

0 comments on commit a4b85af

Please sign in to comment.