Skip to content

Instantly share code, notes, and snippets.

@sidneydemoraes
Created April 27, 2017 21:18
Show Gist options
  • Save sidneydemoraes/dc807e78a5b6dd720c89fe5c2a4d701b to your computer and use it in GitHub Desktop.
Save sidneydemoraes/dc807e78a5b6dd720c89fe5c2a4d701b to your computer and use it in GitHub Desktop.
TechTalk - Gradle + Spring Boot + Groovy - Acesso aos Dados com Groovy
private InsumosDeAnalise obterInsumos(Busca busca) {
final def coordenada = new Coordenada(busca.latitude, busca.longitude)
final def setoresCensitariosSelecionados = geografo.obterSetoresDentroDoRaio(coordenada, config.raioEmKm)
final def cnaesSelecionados = comercial.obterAtividadesComerciais(busca.atividadeId)
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment