Spring XML Configuration using Setter Injection : Pre-requisites : Java 8 or above Spring framework 5.0.0 RELEASE (5.X) Eclipse IDE (spring sts-3.9.X.RELEASE IDE is preferred) Apache maven as the build tool You can find the total project implementation in my github repository. Check it out through this url : https://github.com/vgunawardana/springXML First, create a Maven Project and select…