You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by GitBox <gi...@apache.org> on 2020/05/13 22:46:37 UTC

[GitHub] [tomee] Daniel-Dos commented on a change in pull request #640: TOMEE-2815 -Translate to Portuguese: examples/groovy-jpa

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:
users@infra.apache.org