I am new to the spring framework, started with some tutorials to learn it.
I have following files,
# MainProgram.java
package test.spring; im
Please check your scope type in your spring configuration file. If scope="prototype" then change it to scope="singleton"