Created
April 27, 2017 21:22
-
-
Save sidneydemoraes/ffa53659d909611e02b0c265ed2660ee to your computer and use it in GitHub Desktop.
TechTalk - Gradle + Spring Boot + Groovy - ForEach Groovy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bindResult.fieldErrors.each { erro -> | |
erros.push("${erro.getField()}: ${erro.defaultMessage}") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment