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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The suggested case style for configuration properties in Spring is lowercase
kebab-case
.A property called
my-property
in a.yml
file will be mapped tomyProperty
in a@Configuration
class by Spring.Grails is using
camelCase
for its properties in.yml
files.We should adopt the current standard already supported by Spring for Grails configuration properties.
Beta Was this translation helpful? Give feedback.
All reactions