-
Notifications
You must be signed in to change notification settings - Fork 100
Investigate @EnableEnversRepositories
meta-annotation
#289
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
Comments
mp911de
added a commit
that referenced
this issue
Mar 31, 2021
We now provide a composed annotation to enable envers repositories without the need to specify a custom repository base class. Closes #289
mp911de
added a commit
that referenced
this issue
Mar 31, 2021
mp911de
added a commit
that referenced
this issue
Mar 31, 2021
We now provide a composed annotation to enable envers repositories without the need to specify a custom repository base class. Closes #289
mp911de
added a commit
that referenced
this issue
Mar 31, 2021
mp911de
added a commit
that referenced
this issue
Mar 31, 2021
We now provide a composed annotation to enable envers repositories without the need to specify a custom repository base class. Closes #289
mp911de
added a commit
that referenced
this issue
Mar 31, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A composed annotation meta-annotated with
@EnableJpaRepositories(repositoryFactoryBeanClass = EnversRevisionRepositoryFactoryBean.class)
would be nice to have.The text was updated successfully, but these errors were encountered: