This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 9110a7e Polished
9110a7e is described below
commit 9110a7ea7ab04a0e23c391d3d4c9db123c1011ff
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Mar 9 17:40:31 2018 +0100
Polished
---
.../src/main/resources/archetype-resources/ReadMe.txt | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git
a/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/ReadMe.txt
b/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/ReadMe.txt
index 54e61f3..db2f325 100644
---
a/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/ReadMe.txt
+++
b/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/ReadMe.txt
@@ -6,12 +6,12 @@ This example shows how to work with the simple Camel
application based on the Sp
The example generates messages using timer trigger, writes them to the
standard output
and the mock endpoint (for testing purposes).
-This example exposes Jolokia API and Spring Boot actuators endpoints (like
metrics) via the webmvc endpoint.
-We consider this as the best practice - Spring Boot applications with these
API exposed can be easily
-monitored and managed by 3rd parties tools.
+This example exposes Jolokia API and Spring Boot actuators endpoints (like
metrics) via
+the webmvc endpoint. We consider this as the best practice - Spring Boot
applications
+with these API exposed can be easily monitored and managed by 3rd parties
tools.
-This example packages your application as a JAR, but you can also package as a
WAR and deploy to
-servlet containers like Tomcat.
+This example packages your application as a JAR, but you can also package as a
WAR and
+deploy to servlet containers like Tomcat.
You will need to compile this example first:
@@ -26,7 +26,6 @@ You can also execute the JAR directly:
java -jar target/${artifactId}-${version}.jar
You will see the message printed to the console every second.
-
To stop the example hit ctrl + c
For more help see the Apache Camel documentation
--
To stop receiving notification emails like this one, please contact
[email protected].