mrtom
07/18/2022, 3:01 PMmrtom
07/18/2022, 3:02 PMzackster
07/18/2022, 3:45 PMzackster
07/18/2022, 3:46 PMmrtom
07/18/2022, 3:47 PMAdam Cameron
/com/you/yourlib
and each tenant has their own version of that (because like tenant x is using 1.0 still, and tenant y is using 2.2 etc), then your imports should keep saying /com/you/yourlib
, but your mapping to same should point to the tenant's version of the code.
Your codebase should not know about the concept of "tenants".
(guessing at your requirement here, so might have the wrong end of the stick, but you "oughtn't" need a variable in there, I think.mrtom
07/19/2022, 1:40 AM