Spring experts: please consider the following scen...
# spring
v
Spring experts: please consider the following scenario: my main app lives in pkg com.abc my config lives in pkgs com.abc.config.db com.abc.cofig.web now my junit 5 test lives in pkg com.abc.service.db : use case
I want to test db related services and therefore I want activate and inject config defined in  com.abc.config.db only
how to do that