Monday, 18 September 2017

Autowiring in Spring

Autowiring can be done on:


  • directly into fields/attributes
  • via explicit setter methods
  • via explicit constructor parameters

No comments:

Post a Comment

Installing Docker and Minikube

  install docker-   sudo apt install docker.io   set user to docker group:- sudo gpasswd -a   {user} docker   imp commands:- ...