We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070eeef commit 290ca47Copy full SHA for 290ca47
src/main/java/org/springframework/data/jpa/repository/config/EnableJpaAuditing.java
@@ -61,7 +61,7 @@
61
boolean modifyOnCreate() default true;
62
63
/**
64
- * Configures a {@link DateTimeProvider} bean name that allows customizing the {@link org.joda.time.DateTime} to be
+ * Configures a {@link DateTimeProvider} bean name that allows customizing the {@link java.time.temporal.TemporalAccessor} to be
65
* used for setting creation and modification dates.
66
*
67
* @return
0 commit comments