Tuesday, 5 September 2017

Revision Day 4: Spring Java Config

completed the spring Java config example with lot of difficulty.
used plain hibernate initially later changed to EntityManager and was successfully able to run the code.

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:- ...