7
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

GithubからGradleプロジェクトをcloneして動かすまで

Posted at

projectファイルをgit管理外としているプロジェクトを他PCでcloneすると、eclipse上ではプロジェクトとして認識されず色々こまる

ということでGradleプロジェクトをgithub上のリモートリポジトリからcloneして、eclipse上で実行できるようするまでの話。
※eclipseプラグインとしてGradle STSがインストールされている前提。

解決策

  1. gitリモートリポジトリからcloneする
    まずはeclipseでgitリポジトリビューを表示
    ウィンドウ > ビューの表示 > その他 > Git > Gitリポジトリーと選択すると表示される

gitリポジトリのなかで下図赤枠アイコンから、clone対象のリポジトリ情報を入力

取り込むブランチを選択し

ローカルリポジトリをつくるディレクトリを選択すると、リモートリポジトリからcloneされる。

2. プロジェクトをインポートする
cloneしたプロジェクトを右クリック > プロジェクトのインポートを選択し、
一般的なプロジェクトとしてインポート

インポートしたプロジェクトを右クリック > 構成 > Gradle(STS)プロジェクトへ変換

とりあえずこれでspringアプリケーションとして実行できるようになりました。

7
13
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?