Fix DB driver auto-detection and unmapped path error handling #65

Closed
devitq wants to merge 2 commits from fix/db-driver-and-root-404-8991661738374819991 into develop
Showing only changes of commit 09393a1bd0 - Show all commits
@@ -11,8 +11,8 @@ import org.springframework.web.bind.MethodArgumentNotValidException
import org.springframework.web.bind.annotation.ExceptionHandler
import org.springframework.web.bind.annotation.ResponseStatus
import org.springframework.web.bind.annotation.RestControllerAdvice
import org.springframework.web.servlet.resource.NoResourceFoundException
import org.springframework.web.server.ResponseStatusException
import org.springframework.web.servlet.resource.NoResourceFoundException
@RestControllerAdvice
class ApiExceptionHandler {