Small question on Spring Boot, and how to use a design pattern combined with Spring @Value configuration in order to select the appropriate @Repository please. Setup: A springboot project which does nothing but save a pojo. The “difficulty” is the need ...
Home/springboot selecting the @repository based on design pattern and configuration