In my spring-boot application I have an existing dataSource, which I use for Hibernate
and/or JdbcTemplate
.
I am planning to use spring-session
with spring-session-jdbc
in the future.
Can the already existing and configured dataSource of the application be used?
If yes, how?
Or do I need to configure an additional dataSource for spring-session-jdbc
?