Dynamic injection in Spring

后端 未结 3 824
予麋鹿
予麋鹿 2021-01-29 05:00

I have 2 tax implementation classes IndianTaxCalculation and USTAxCalculation which have implementaions for calculateTax() method. I need

3条回答
  •  萌比男神i
    2021-01-29 05:33

    I think the topic below can answer your question. Please refer to How to do conditional auto-wiring in Spring?

提交回复
热议问题