How can I override a specific Bean that is provid...
# spring
i
How can I override a specific Bean that is provided through the Application Context? Ideally without
MockBean
a
Could maybe create the bean with
@Primary
👌🏽 1
i
Thanks. Is it a good patern to override the the bean by using the Bean name?