An integration of Angular 7 with Spring Boot
Steps to run the project:
-
From the project's home directory go to: src\main\web-app and do: npm install
-
and build Angular project: npm run build or ng build --prod
-
Once done, verify bundle files are generated and placed inside: src\main\resources\static folder
-
From home directory run: mvn clean install
-
On successful build run the jar: java -jar -Dserver.port=8083 target\srm-0.0.1-SNAPSHOT.jar
-
Then verify the project running on: http://localhost:8083/