Yes.
You can build the frontend and copy it over to the static resources of your Spring Boot application.
You can create a task in Gradle / Maven that will copy over the frontend build files from your frontend project (should be the "dist" folder since you're using Angular) and copy it over to /resources/static in your Spring Boot Application.
Articles such as this one explain this really well.