[Spring Boot 3.x] 404 Not Found behavior #38826
Labels
for: stackoverflow
A question that's better suited to stackoverflow.com
status: invalid
An issue that we don't feel is valid
A json responsed like below and no any exception was threw on server sider when I access a 404 url (springboot 3.1.5):
I have not configure any global ExceptionHandler, It should throw a exception and can be caught by global ExceptionHandler, then the response can be adapted to some customized content.
The text was updated successfully, but these errors were encountered: