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
Is there any reason why AutoConfigureTestDatabase is not inherited?
We like to define an abstract class with which to set up jpa tests, but with @Inherited missing, we need to add it in all child classes...