IntelliJ Setup

  1. At start of IntelliJ, browse to the root pom.xml and open it as project.
  2. Enable checkstyle:
  3. Install the IntelliJ CheckStyle-IDEA Plugin. It can be found via plug-in repository
    (File > Settings > Plugins > Marketplace; Mac: IntelliJ IDEA > Preferences > Plugins > Marketplace).
    checkstyle
  4. Open the Settings (by pressing Ctrl + Alt + S; Mac: command + ,)
  5. Install the CheckStyle-IDEA Plugin, click "Apply" and restart the project upon request.
  6. Repeat the previous steps for the Lombok Plugin

  7. Configure Git to handle line endings

  8. Insert the following commands in your console:
    For Windows: git config --global core.autocrlf true
    For Mac/Linux: git config --global core.autocrlf input