Is there a simple way I can easily override an autowired bean in specific unit tests? There is only a single bean of every type in the compile classes so it\'s not a problem
You should use spring profiles in order to know what kind of bean you want to use in different contexts.
http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-profiles.html