Micronaut Problem JSON Configuration Reference

Every documented configuration property of Micronaut Problem JSON, with types, descriptions, and defaults.

Micronaut Problem JSON documentation

2 properties across 1 section

Micronaut Problem Json Config Properties

Configuration properties for ProblemConfigurationProperties

PropertyTypeDescription
problem.enabledbooleanSets whether the configuration is enabled. Default value true.
problem.stack-tracebooleanWhether the HTTP Response should include the stack trace for instances of {@link org.zalando.problem.ThrowableProblem}. Default value (false).