2
3

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.

IntelliJでSpringBootの開発環境を作成する

Last updated at Posted at 2016-07-25

#初めに
IntelliJでSpringBootのプロジェクトを作成した時のメモです。

#SPRING INITIALIZRでプロジェクト作成
IntelliJだとSpringBootがサポートされていて、IntelliJから作成できるのですが、今回はSPRING INITIALIZRでMavenプロジェクト形式で作成します。

スクリーンショット 2016-07-25 22.34.54.png

Mavenプロジェクトの作成

Group名とArtifactを入力します。
その後、Dependenciesを入力するのですが、Web系の場合はとりあえずWebだけ指定して、"GenerateProject"をクリックします
少しするとzipファイルがダウンロードされるのでそれを保存します。
保存後Zipファイルを展開します。

#IntelliJでプロジェクトのインポート
InttelliJを起動してImportProjectをクリックします。

IntelliJ起動後の画面 表示されたダイアログからZipファイルを展開したディレクトリを指定します。 ディレクトリ選択

プロジェクトのタイプを選択するように促されるので、"Maven"を選択して"Next"をクリックします。
プロジェクトタイプの選択

後は、最後まで"Next"をクリックして、最後は"Finish"をクリックして、プロジェクトの作成は完了します。
スクリーンショット 2016-07-25 23.17.44.png

インポートするプロジェクトの選択 パスの設定 IntelliJのプロジェクトの設定
2
3
0

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
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?