I am trying to use multiple datasources / database connections in a single spring boot application. The tutorials I find deal with JPA but I wish to use my databases through JdbcTemplate.
Do I need to manually connect like the answer here: https://stackoverflow.com/a/1336965/2480560
Or is there a way to do this mostly with my application.properties?