Browse Source
Spring Framework now requires that all nested configuration classes are contained within a `@Component` class (see SPR-16839). This means that our abstract `JpaBaseConfiguration` class should have a `@Configuration` annotation. Closes gh-14480pull/14478/merge
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue