-
Notifications
You must be signed in to change notification settings - Fork 699
Allow overriding DateTimeProvider via Bean Definition #3385
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
Conversation
|
We could certainly enable autowiring for |
|
Thank you for the feedback.
new PR covers the second requirement. I will add the unit tests soon. |
|
@mp911de I added unit tests. |
use autowired properties for AuditorAware and DateTimeProvider when explicit references are not provided See: spring-projects#3177 Signed-off-by: JaeYeon Kim <ghgh415263@naver.com>
|
Thank you for your contribution. That's merged and polished now. |
use autowired properties for AuditorAware and DateTimeProvider when explicit references are not provided
See: #3177