You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then it can be set to `false` and required advices can be configured as Spring beans similar to how they are autoconfigured.
305
305
*`problem.type-url`:- The base `URL` for **Help page** describing errors. For different exceptions respective code for exception is appended to it followed by a `#`
306
306
*`problem.debug-enabled`:- To enable or disable debugging i.e. to get the message resolvers to specify the error messages in `properties` files.
307
-
Elaborated in [*Usage*](https://github.com/officiallysingh/spring-boot-problem-handler#usage) section below. Default is `false`.
307
+
Elaborated in [*Usage*](https://github.com/officiallysingh/spring-boot-problem-handler#usage) section. Default is `false`.
308
308
*`problem.stacktrace-enabled`:- To enable or disable Stacktraces, default is `false`.
309
309
Should only be set to `true` for debugging purposes only on local or lower environments, otherwise the application internals may be exposed.
310
310
*`problem.cause-chains-enabled`:- To enable or disable cause chains, default is `false`.
311
-
Elaborated in [*Usage*](https://github.com/officiallysingh/spring-boot-problem-handler#usage) section below.
311
+
Elaborated in [*Usage*](https://github.com/officiallysingh/spring-boot-problem-handler#usage) section.
312
312
*`problem.jackson-module-enabled`:- To enable or disable Jackson Problem Module autoconfiguration, default is `true`.
313
313
Set it to `false` in case consumer application need to define Serialization/Deserialization explicitly.
314
314
Or if `Gson` is to be used instead of `Jackson`. If disabled the required serializers need to be defined by consumer application.
0 commit comments