Spring JPA + dynamically switch the datasource between schemas in postgresql
问题 I have to modify design of the existing application according to following manner, According to above design each project contains it's own schema and that mapping table (project_schema_table) is under main schema. All schemas are under one Postgresql database and in future users will create another new schemas (on demand) for their new projects. Before displaying login window I have to list all existing projects and once user select his project I have to direct to that project with relevant