Starting template to serve angular application using spring boot server.
./mvnw spring-boot:run
If you want to run the application in debug mode, do the following:
-
Build angular application
./mvnw generate-resources
OR
cd ./client && ./npm run watch
The above command will keep watching for changes in angular app source code and will rebuild the app for development environment.
-
Run the spring-boot application in debug mode using IDE.