Skip to content

Commit

Permalink
📝 Eclipseへのインポート方法追記
Browse files Browse the repository at this point in the history
  • Loading branch information
rentaro kinoshita committed Jan 20, 2017
1 parent a22d6c7 commit c5387ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,13 @@
* 設定ファイル`application.properties`の内容が正しく取得できているかのテスト
* TestRuleDataBase
* DB操作を行ったあと、テーブル情報が想定される変更であるかのテスト

## Eclipseへの取り込み

1. 「Gitリポジトリの複製」または、「Gitリポジトリの追加」(ローカルに既DLの場合)を行い、Eclipseにgit管理フォルダを認識させる
1. 当該Gitリポジトリから「プロジェクトのインポート」を選択
1. 「一般的なプロジェクトとしてインポート」を選択
1. パッケージ・エクスプローラーなどで見れるようになったら、右クリックで「構成」-「Mavenプロジェクトへ変換」を選択
1. 「実行」-「Maven test」などを試してみる


0 comments on commit c5387ac

Please sign in to comment.