in this post i will explain how to inject some value to a class / service.
implementasion step :
- Create Setter method in your class for injection
- Configure the injection in Spring Config File
2. Cofigure your spring config file
4. result will like this
Confused ? you can clone in my repository here .
Comments
Post a Comment