Spring Data JPA - Multiple EnableJpaRepositories

前端 未结 3 620
执笔经年
执笔经年 2020-11-29 21:29

My application has multiple data sources , so i have created two data source configuration classes based on this URL .

But while running the spring boot applicatio

3条回答
  •  感动是毒
    2020-11-29 21:38

    I just added a module aware multi database aware library for mysql in github.Some application properties need to be added and you are done .

    Documentation and other details could be found at :-

    https://github.com/yatharthamishra0419/spring-boot-data-multimodule-mysql

提交回复
热议问题