I am new to spring framework. I am trying to work on autowire concept.but my output is not correct I used the bellow code.I don’t know where I am wrong.can any one help me to fix this employee.java package com.autowire; public class employee { private String name; private String country; public String getName() { return […]
The post how to work with autowire concept in spring? appeared first on BlogoSfera.