在我的项目中,需要使用不同的数据库。我们目前使用MySql数据库和Hibernate作为ORM层。我们是休眠的SessionFactory来查询数据库。
现在还需要使用SQLite数据库。我在互联网上找到了几个例子,但他们都使用JdbcTemplate。
https://blog.pranavek.com/using-multiple-datasource-in-spring-boot-application/
https://scattercode.co.uk/2016/01/05/multiple-databases-with-spring-boot-and-spring-data-jpa/
但我的要求是为两个数据库使用单独的sessionFactories。 请帮我收到。