, , , , beans /mock beans . :
, . , Spring @Profile OR ( AND, ). Spring , (, , ..), . OR , AND . , , , .
, . . beans, , , @Profile. beans . beans, , @Configuration ( Spring), @Profile, . , , .
:
@Profile("dev")
public class MockImp implements MyInterface {...}
@Profile("prof1")
public class MockImp implements MyInterface {...}
@Profile("prof2")
public class MockImp implements MyInterface {...}
@Profile("the-last-profile")
public class RealImp implements MyInterface {...}
, @Primary beans. 2 beans , @Primary, Spring. @Primary beans, , bean , ( ). , , . .
TL; DR: , . bean @Profile .