Updated readmes to improve copy pastability
Also added instructions for native compilation for those apps that it is useful Added documentation for native compilation when using Single Step Batch Processing Updated documentaiton for native compilation for single app processing
This commit is contained in:
@@ -18,22 +18,22 @@ Note: More information on this topic is available https://docs.spring.io/spring-
|
||||
|
||||
== Build:
|
||||
|
||||
[source,shell,indent=2]
|
||||
[source,shell]
|
||||
----
|
||||
$ ./mvnw clean install
|
||||
./mvnw clean install
|
||||
----
|
||||
|
||||
== Execution:
|
||||
|
||||
[source,shell,indent=2]
|
||||
[source,shell]
|
||||
----
|
||||
$ java -jar target/batch-events-3.0.0.jar
|
||||
java -jar target/batch-events-3.0.0.jar
|
||||
----
|
||||
|
||||
For example you can listen for specific job execution events on a specified channel with a Spring Cloud Stream Sink
|
||||
For example, you can listen for specific job-execution events on a specified channel with a Spring Cloud Stream Sink
|
||||
like the https://github.com/spring-cloud/stream-applications/tree/main/applications/sink/log-sink[log sink] using the following:
|
||||
|
||||
[source,shell,indent=2]
|
||||
[source,shell]
|
||||
----
|
||||
$ java -jar <PATH_TO_LOG_SINK_JAR>/log-sink-rabbit-3.1.1.jar --server.port=9090
|
||||
--spring.cloud.stream.bindings.input.destination=job-execution-events
|
||||
|
||||
Reference in New Issue
Block a user