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

Fix docs java configuration(#4605) #4606

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kang-seongbeom
Copy link

Solved #4605

  • Motivation
    There is nothing in the official document that says that using @EnableBatchProcessing in Spring Boot3 will initialize the configuration. I used @EnableBatchProcessing as explained in the official document, but I had a lot of trouble because the batch operation did not work.
  • Modification
    Add phrase : When using @EnableBatchProcessing in Spring Boot3, default settings are initialized. Therefore, batch operation may not work.

@kang-seongbeom kang-seongbeom changed the title Fix docs java configuration(spring-projects#4605) Fix docs java configuration(#4605) May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant