We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
스케줄러 빈들이 대상입니다.
테스트 환경에서 스케줄러가 실행되는 것이 주요 이유입니다. 배포 중 스케줄러가 실행되면서 애플리케이션이 띄워지지 않는 문제가 발생합니다. 해결방법을 찾아 이를 개선합니다.
https://stackoverflow.com/questions/29014496/disable-enablescheduling-on-spring-tests
The text was updated successfully, but these errors were encountered:
hseong3243
Successfully merging a pull request may close this issue.
✨ 리팩토링 대상
스케줄러 빈들이 대상입니다.
📢 리팩토링 이유
테스트 환경에서 스케줄러가 실행되는 것이 주요 이유입니다. 배포 중 스케줄러가 실행되면서 애플리케이션이 띄워지지 않는 문제가 발생합니다. 해결방법을 찾아 이를 개선합니다.
📕 래퍼런스
https://stackoverflow.com/questions/29014496/disable-enablescheduling-on-spring-tests
The text was updated successfully, but these errors were encountered: