Wednesday, June 12, 2013

Spring - Ambiguities in Constructor Dependency Injection

IF you are using constructor injection sometimes you need to explicitly specify data type along with constructor arguments as spring converts values like 120, 245 from String to int.
Hence add type property to constuctor-arg tag


188

No comments:

Post a Comment