Prerequisites Eclipse IDE with Maven (enabled by default)
Import in Eclipse as existing maven project
In Eclipse in Package Explorer:
Right click on pom.xml Run As -> Maven clean, Run As -> Maven install
Right click on src/main/java/quickstart/Application.java Runs As -> Java Application
- Lubuntu 20.04
- Eclipse IDE for Java developers 2021-09
This code is based on Building a Web Application with Spring Boot and Angular. It was made runnable and customized by Oleg Evdakov