rhuan080 commented on a change in pull request #431: Add mp-confi-example translate to portuguese URL: https://github.com/apache/tomee/pull/431#discussion_r262251548
########## File path: examples/mp-config-example/README_pt.adoc ########## @@ -0,0 +1,71 @@ += MicroProfile Config +:index-group: MicroProfile +:jbake-type: page +:jbake-status: published + +Este é um examplo de como usar o microprofile config no TomEE. + +== Rodando a aplicação: + +[source,bash] +---- +mvn clean install tomee:run +---- + +== API + +Na aplicação, tem 3 formas de injetar valores usando config Review comment: @otaviojava fiz a alteração conforme sugerido! ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
