hakantkn

Results 2 comments of hakantkn

You can use custom axis tick calculator. See #217

As a workaround register a custom ErrorViewResolver. With this method you can use templates in `jte/error/`. ```Java @Bean public ErrorViewResolver customErrorViewResolver() { return (request, status, model) -> { if (status.is4xxClientError())...