Daniel-Dos commented on a change in pull request #640:
URL: https://github.com/apache/tomee/pull/640#discussion_r424773538



##########
File path: examples/groovy-jpa/README_pt.adoc
##########
@@ -0,0 +1,103 @@
+:index-group: Unrevised
+:jbake-type: page
+:jbake-status: status=published
+= Projeto Groovy com persistência JPA
+
+Este exemplo é desenvolvido com http://groovy-lang.org[Groovy Lang] com 
persistencia de dados com JPA.
+
+== Exemplo
+
+Neste exemplo, uma pessoa é criada e consultada mais tarde.
+
+== Código de exemplo
+
+=== Entidade
+
+Crie uma classe `Person` com a anotação `@Entity`.
+
+Na classe, crie a propiedade `name` do tipo `String`.

Review comment:
       fix. thanks.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to