79267692

Date: 2024-12-10 09:39:01
Score: 1
Natty:
Report link

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.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: benjaminv2