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
I have a variable called partnerID.
To have a consistent naming in the properties-file I'd like to use prefix.partner_id as property name.
From what I understand (according to the spring boot manual, section 24.7.2) this should work, even though I am using the underscore notation and additionally capitalize arbitrarily.
Other properties in the same file are bound as expexted. If I change prefix.partner_id to either prefix.partner_i_d or prefix.partnerID this works fine.
Therefore I'd expect partner_id to work as well.
I am using spring boot 1.5.2.RELEASE.
The text was updated successfully, but these errors were encountered:
I have a variable called
partnerID
.To have a consistent naming in the properties-file I'd like to use
prefix.partner_id
as property name.From what I understand (according to the spring boot manual, section 24.7.2) this should work, even though I am using the underscore notation and additionally capitalize arbitrarily.
Other properties in the same file are bound as expexted. If I change
prefix.partner_id
to eitherprefix.partner_i_d
orprefix.partnerID
this works fine.Therefore I'd expect
partner_id
to work as well.I am using spring boot 1.5.2.RELEASE.
The text was updated successfully, but these errors were encountered: