I am following this answer to have many data sources in my application, one for write and one for read. How to split read-only and read-write transactions with JPA and Hibernate
I want my class to extend AbstractJPAConfiguration but that class is not found.
I am using: spring-boot-starter-data-jpa version: 2.4.4
any help please?