gsartori commented on issue #15660: URL: https://github.com/apache/grails-core/issues/15660#issuecomment-4460715619
In a forged application, converting the properties to `kebab-case` worked for all properties except for `dataSource` and `dbCreate`. If you change them the application does not start. Thinking about it though, one reason to keep the `camelCase` would be to aid searching in files. I don't know, I still feel that `kebab-case` fits better with a configuration file, but that may just be me. Correct me if I'm wrong, you are saying that we could use `camelCase` in the `application.groovy` while keeping the `kebab-case` in the `application.yml` (given the above issue with GORM is solved) ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
