Skip to content

Commit

Permalink
Merge pull request #88 from amido/test-validation-bug-fix
Browse files Browse the repository at this point in the history
ammended validation enforcement
  • Loading branch information
johnsall authored Oct 6, 2021
2 parents fc3e8d2 + c602065 commit 423b202
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion java/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ spring:
data:
rest:
detection-strategy: annotated
jackson:
deserialization:
fail-on-unknown-properties: false

server:
# Note: ONLY use this if you're behind a trusted Reverse Proxy, such as Application Gateway.
Expand Down Expand Up @@ -34,7 +37,7 @@ springdoc:

azure:
cosmos:
uri: https://localhost:8081
uri: xxxxxx
database: Stacks
key: xxxxxx
application-insights:
Expand Down

0 comments on commit 423b202

Please sign in to comment.