Mardari
Mardari

Reputation: 1163

Where in JHipster generated project is specified front-end source folder for production profile?

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

Answers (1)

Michael
Michael

Reputation: 3104

You find it in the Spring configuration. StaticResourcesProductionFilter.java and WebConfigurer.java

Upvotes: 1

Related Questions