Springboot 2.3.1 dynamically update Jdbc template's schema in Multi-tenant environment
问题 My Project is on spring-boot-starter-parent - "1.5.9.RELEASE" and I'm migrating it to spring-boot-starter-parent - "2.3.1.RELEASE". This is multi-tenant env application, where one database will have multiple schemas, and based on the tenant-id, execution switches between schemas. I had achieved this schema switching using SimpleNativeJdbcExtractor but in the latest Springboot version NativeJdbcExtractor is no longer available. Code snippet for the existing implementation: @Bean @Scope( value