-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Improve the getting started experience with Spring Batch #4329
Comments
This commit adds a set of guidelines to report issues. Related to: #4329
The hello world tutorial is going to have Spring Batch + Spring Boot? I think it would be useful because most people use Spring Boot + Spring Batch, and it would be good having an explanation about the new use of @EnableBatchProcessing. |
No, the "Hello World" tutorial in the README is part of Spring Batch's documentation and will not be based on Spring Boot.
The getting started guide is already based on Spring Boot (for consistency with other guides of the portfolio). We will add a mention about the new behaviour of |
- Restructure contexts - Remove unused resources - Remove irrelevant tests Issue #4329
- Restructure contexts - Remove unused resources - Remove irrelevant tests Issue spring-projects#4329
This is an epic issue that aims at improving the getting started experience with Spring Batch. Based on users feedback, the goal of this issue is to implement the following items:
The text was updated successfully, but these errors were encountered: