646.574.9521
Select Page

Mirroring a Git repostory

The firm I recently stated working at just moved to Git and I am the only resource then knows Git. I get asked so many times a day on how to mirror a git repostory. From the birds eyes very its very easy:   git clone –mirror git@git.com:project projectcd...

Where is RequestMapping in Spring 3.2.1?

here is RequestMapping in Spring 3.2.1? If you are using Spring 3.2.1-Release and Maven you maybe asking where is the RequestMapping Object. The anwser its missing! is a issues in the release of Spring 3.2.1 but has been fixed in Spring 3.2.2 that is coming out soon....