vndevteam / jvm-base-projects

JVM Base Projects
MIT License
2 stars 0 forks source link

Add problem-spring-web #66

Open khuongln-1346 opened 9 months ago

khuongln-1346 commented 9 months ago

https://github.com/zalando/problem-spring-web

haidakto321 commented 9 months ago

Tried it out, the response structure of the zalando-problem for spring boot 3 has been changed and is no longer suitable. The jhipster project generated for spring boot 3 also no longer uses zalando-problem to handle exceptions but returns to using ResponseEntityExceptionHandler. => It seems that zalando-problem does not support spring boot 3 properly yet. Might try implement later.