Go to File
> Open...
> (navigate to pom.xml
) > Open
> Open as Project
> check Use auto-import
> Ok
> voilà!
There are multiple ways to do it.
- IntelliJ IDEA - Navigate to
PulserApplication.java
in tabProject
(Command+1) - Hit the
Play
button. - Navigate to
http://localhost:8080/hello
with your browser of choice to see ahello world!!!
message if the setup is successful.