This repository was archived by the owner on Dec 19, 2023. It is now read-only.
|
Hi, I'm confused about the correct spelling for the max query depth configuration, I find example for both Question 1: Which is the correct spelling in application.properties file? (A) or (B)? (B) Question 2: Which is the correct spelling in application.yml file? (C) or (D)? (D) |
Answered by
oliemansm
Sep 2, 2022
Replies: 1 comment 1 reply
|
Both work, since that's how the Spring Boot property resolution mechanism works. The kebab case variant is the naming convention recommended by Spring however. So that's A and D in your examples. |
1 reply
Answer selected by
allomy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Both work, since that's how the Spring Boot property resolution mechanism works. The kebab case variant is the naming convention recommended by Spring however. So that's A and D in your examples.