Configure->Project Defaults-->Project structure
Add JDK 8
Set default SDK for new projects
Configure->Project Defaults-->Settings
Import java code style xml file. You can use this file
Configure your maven installation
To work with the lombok annotations, we need to install the lombok support plugin in the IDE
SonarLint is an IDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, SonarLint squiggles flaws so they can be fixed before committing code. If your project is analyzed on SonarQube or on SonarCloud, SonarLint can connect to the server to retrieve the appropriate quality profiles and settings for that project. Java 8 is required to run SonarLint.
Install SonarLint plugin and configure a SonarQube Server.
This token is valid for hotelbeds developers (74edabe75ebbe6b95142be71f75347bdcfda5581). The sonarqube server is only accessible from the internal network.
This plugin will accompany you in all your developments, so it is important to take a look at the documentation to know its use.