This is an automated email from the ASF dual-hosted git repository.

zhfeng pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


The following commit(s) were added to refs/heads/camel-quarkus-main by this 
push:
     new c1c4228  Fix typo in jta-jpa README (#127)
c1c4228 is described below

commit c1c4228c301ffddc6e83187a1220c8eb86004bc5
Author: Zheng Feng <[email protected]>
AuthorDate: Wed Jan 4 10:56:50 2023 +0800

    Fix typo in jta-jpa README (#127)
---
 jta-jpa/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jta-jpa/README.adoc b/jta-jpa/README.adoc
index b357429..e36ee11 100644
--- a/jta-jpa/README.adoc
+++ b/jta-jpa/README.adoc
@@ -60,7 +60,7 @@ docker exec -it db-mysql mysql -uroot -proot -e \
 # Production Datasource
 %prod.quarkus.datasource.db-kind=mysql
 %prod.quarkus.datasource.username=admin
-$prod.quarkus.datasource.password=admin
+%prod.quarkus.datasource.password=admin
 %prod.quarkus.datasource.jdbc.url=mysql://localhost:3306/testdb
 %prod.quarkus.datasource.jdbc.transactions=xa
 
@@ -147,7 +147,7 @@ Stacktrace
 Test crash recovery by calling the service with "crash" content:
 [source,shell]
 ----
-curl -X POST $ADDRESS/api/message/crash
+curl -X POST $ADDRESS/api/messages/crash
 ----
 The application should be crashed, and you can not see any response.
 [source]

Reply via email to