OPI Blog
Learn from experts in their fields

Browsing Tags: validate-config

Validating Grails Configurations
When externalizing grails app configurations for multiple environments I want to ensure values are provided for all the required/expected properties.  So I wrote a plugin to help. Validating Expected and Required Properties Simply add something ...