Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify 'Spring Boot' to avoid confusion with Spring Framework version #518

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Registration associates a logical application name and type with a physical reso
The URI conforms to a [schema](https://docs.spring.io/spring-cloud-dataflow/docs/current/reference/htmlsingle/#spring-cloud-dataflow-register-stream-apps) and may represent a Maven artifact, a Docker image, or an actual `http(s)` or `file` URL.
Data Flow defines some logical application types, which indicate its role as a streaming component, a task, or a standalone application.
In this case, our Spring Batch application is registered as a `task` type.
You will need to also specify if the application is a Spring Boot 2.7.x or a Spring 3.x based application.
You will need to also specify if the application is a Spring Boot 2.7.x or a Spring Boot 3.x based application.
In our examples below we will register Spring Boot 2.7.x application.

<!--TIP-->
Expand Down