Reputation: 1163
When i run project with production profile, source code for front-end part is loaded from webapp subfolder called 'dist'. My question is: Where is configured this setting in spring , gradle, grunt ? I've studied project for a while but can't understand.
Upvotes: 0
Views: 179
Reputation: 3104
You find it in the Spring configuration. StaticResourcesProductionFilter.java and WebConfigurer.java
Upvotes: 1