Appearance
Opening openrouteservice code in IntelliJ
Though IntelliJ provides functionality to directly clone a repository, the steps below are the general procedure for getting openrouteservice up and running in IntelliJ:
- Clone the repository into a folder
- Open IntelliJ and Create a project via File -> New -> Project from Existing Sources
- Select the "pom.xml" file from the cloned "openrouteservice" folder and click "Open"
- Click through project settings with "Next" until you reach the page for selecting project SDK.
- Choose "17" as project SDK and click "Next"
- Finalize the project import by clicking "Finish" in the last window.