ZsoltToth / project-templates-spring-react

Template for Web Applications with Spring 5 Back End, React Front End and Containerized with Docker
1 stars 11 forks source link

ResponseStatusException always sends message. #22

Closed ZsoltToth closed 4 years ago

ZsoltToth commented 4 years ago

Controller logging is fixed. ComplexNumberServiceImpl creates proper error message. application.properties was extended with server.include.error-message=always property.

Ref.: #21

closes #21