Open
Description
Hey @kota65535
Thanks for the solution, it helped a lot, but it seems that after migrating to the latest spring boot 3.2+ it stops working.
Any plans on migrating to the latest spring boor version?
Thanks.
Hey @kota65535
Thanks for the solution, it helped a lot, but it seems that after migrating to the latest spring boot 3.2+ it stops working.
Any plans on migrating to the latest spring boor version?
Thanks.
Activity
kota65535 commentedon Mar 19, 2024
Hi @rolshevsky, this is due to the breaking change of Spring Boot 3.2 described in this issue.
spring-projects/spring-data-relational#1650
I've already submitted the pull request which enables us to configure multiple datasources more easily. I hope it will be merged soon.
spring-projects/spring-data-relational#1704