You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extracted ApplicationContext and Repository construction into method in order to make the actual test stand out more.
Split a test in two.
JavaDoc.
Code formatting.
Removed access modifiers in tests.
* Spring JDBC event listener to capture auditing information on persisting and updating entities.
27
28
* <p>
28
-
* You can enable this class just a matter of activating auditing using {@link org.springframework.data.jdbc.repository.config.EnableJdbcAuditing} in your Spring config:
29
-
*
30
-
* <pre>
31
-
* @Configuration
32
-
* @EnableJdbcRepositories
33
-
* @EnableJdbcAuditing
34
-
* class JdbcRepositoryConfig {
35
-
* }
36
-
* </pre>
29
+
* An instance of this class gets registered when you apply {@link EnableJdbcAuditing} to your Spring config.
0 commit comments