guilhermedias / generator-java-service

Java backend service generator
11 stars 1 forks source link

Remove whitelabel from project #35

Closed willmenn closed 7 years ago

willmenn commented 7 years ago

I want to resolve #30

Why this change is needed? When a error occur the default behavior from spring is to display a White Label page and as this is for a backend server the most of the times when someone request from a browser we want to see the json displayed.

How this commit address this issue? It disable whitelabel on application,properties.