I am using the same key for calculations in two different classes within a Spring Boot application. Although I have specified distinct paths for each class, when utilizing the key from Class A, I am unexpectedly retrieving the value associated with Class B’s key.
I attempted to define different paths for both classes but was unable to resolve the issue.
New contributor
sudhanshu kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.