How to autowire a SpringBoot bean depending on a request attribute?
I’m working on a SprinBoot application where I have two implementations of a particular Service, a real one and a proxy one. The interface looks like this:
I’m working on a SprinBoot application where I have two implementations of a particular Service, a real one and a proxy one. The interface looks like this: