This is a multi-module Spring Boot Angular Maven starter app.
This project provides productive setup for building Spring Boot Angular applications. The application is divided into two Maven modules:
backend: This contains Java code of the application.frontend: This contains source code for the Angular based frontend.
You can build the package as a single artifact by running the ./mvnw clean install.
Next, you can run the application by executing:
$ java -jar backend/target/backend-0.0.1-SNAPSHOT.jar The application will be accessible at http://localhost:8080.