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
#11105 added some new properties that are grouped beneath spring.mvc.path-match and spring.mvc.content-negotation. We should rename them so that there's no need for the - characters.
spring.mvc.pathmatch and spring.mvc.contentnegotation are the easy (and most obvious) options, but perhaps there's something better?
The text was updated successfully, but these errors were encountered:
👍 This is indeed an oversight on my part.
I can't find better alternatives, and those names refer to Spring MVC configuration types so in my opinion we'd better keep it that way.
#11105 added some new properties that are grouped beneath
spring.mvc.path-match
andspring.mvc.content-negotation
. We should rename them so that there's no need for the-
characters.spring.mvc.pathmatch
andspring.mvc.contentnegotation
are the easy (and most obvious) options, but perhaps there's something better?The text was updated successfully, but these errors were encountered: