Skip to content

Commit

Permalink
Spring Boot 3.x support doc needs section on CTR (#5462)
Browse files Browse the repository at this point in the history
Added docs on CTR not requiring any special instructions for launching.
A note was added to remind users to select the appropriate boot version during app registration
  • Loading branch information
cppwfs authored Sep 13, 2023
1 parent 4af55b6 commit 481c018
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,9 @@ task.timestamp-batch.bootVersion=3
[.small]

TIP: The properties can be used when registering an app in the Dataflow UI or the Dataflow shell CLI.

==== Composed Task Runner

Composed Task Runner for Spring Cloud Data Flow 2.11.x supports the launching of both Spring Boot `3.x`/`2.x`, Spring Cloud Task `3.x`/`2.x`, and Spring Batch `5.x`/`4.x` applications.

NOTE: When registering Task applications verify that the correct `Spring Boot Version` is selected.

0 comments on commit 481c018

Please sign in to comment.