This is a base project to develop Spring Boot + Angular applications.
mvn spring-boot:runThis will run the application on port 9443, and will also execute the following commands
npm install
ng buildon the /src/main/frontend/ directory. So you can navigate to http://localhost:9443/ to view the running application.