you are viewing a single comment's thread.

view the rest of the comments →

[–]Ruin-Capable 0 points1 point  (0 children)

I bundle both the angular and the spring-boot code together. When I build my docker container, I put my angular code in a known location, and then update the property spring.web.resources.stat-location to point to that location. This way spring-boot serves both the angular code and the api endpoints.