0
1

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 IDEA環境構築メモ

0
Posted at

はじめに

 2018-19年の年末年始休暇中に、Kotlinを勉強。
さあ、Kotlinで開発するぞと意気込んで出社するも、
採用条件が厳しくなるから嫌だというマネージャーの一声で仕事で使えなくなった。
 今の現場では、Eclipseは重いからという理由で、IntelliJでの開発が強制。
現場のいいなりになり、自分の意見を主張できない。フリーランスも辛いよ。
 という訳で、IntelliJの環境構築のメモを残します。皆様のご参考になれば幸いです。

Gradle

現場の責任者がmavenを使わない方針。馴染み深いmavenをお別れしてGradleを使うのに格闘中
https://gradle.org/install/

IntelliJ IDEA Download URL

IntelliJ にインストールした Plagin

メニュー[File]-{Settings]-[Plugins]

  • Java Extension Pack
  • Spring Boot Extension Pack
  • Lombok

Lombokのための設定

Lombokを使うためには、設定を変更して下さいというメッセージが出力。

2019/07/30 5:07	Lombok Requires Annotation Processing
		Annotation processing seems to be disabled for the project "sample-javascript". But lombok is on classpath.
		For the lombok plugin to function correctly, please enable it under
		"Settings > Build > Compiler > Annotation Processors"
0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?