Skip to content

Instantly share code, notes, and snippets.

@sidneydemoraes
Created April 27, 2017 21:22
Show Gist options
  • Save sidneydemoraes/ffa53659d909611e02b0c265ed2660ee to your computer and use it in GitHub Desktop.
Save sidneydemoraes/ffa53659d909611e02b0c265ed2660ee to your computer and use it in GitHub Desktop.
TechTalk - Gradle + Spring Boot + Groovy - ForEach Groovy
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