Skip to content

Commit 12bd7a5

Browse files
Docs updated
1 parent 296dd8d commit 12bd7a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,11 @@ problem.open-api.res-validation-enabled=false
304304
then it can be set to `false` and required advices can be configured as Spring beans similar to how they are autoconfigured.
305305
* `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 `#`
306306
* `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`.
308308
* `problem.stacktrace-enabled`:- To enable or disable Stacktraces, default is `false`.
309309
Should only be set to `true` for debugging purposes only on local or lower environments, otherwise the application internals may be exposed.
310310
* `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.
312312
* `problem.jackson-module-enabled`:- To enable or disable Jackson Problem Module autoconfiguration, default is `true`.
313313
Set it to `false` in case consumer application need to define Serialization/Deserialization explicitly.
314314
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

Comments
 (0)