SpringDemos5

These are some simple demos for fresher. You could refer to them to know spring mvc.

Content

HelloWorld
HelloWorld2
MVCFrame
SpringBootBaisc
SpringSecurityBasic
URIPatterns
MsgConverterBasic
HTTPHandlerMethod
ViewerResolver
SecurityJDBCLoginDemo

Clone Demos which you wanna get

Guide to git One Directory from your git resposibilty

  1. Locate one NULL directory. And init git resposibilty:

    git init

  2. This creates an empty repository with your remote, and fetches all objects but doesn’t check them out:

    git remote add -f origin https://github.com/memorylorry/SpringDemos5.git

  3. Then do:

    git config core.sparseCheckout true

echo “MVCFrame” » .git/info/sparse-checkout

echo “someDirYourWannaGet” » .git/info/sparse-checkout

  1. Finally, Pull it: git pull origin master

Now you could see which directories your wanna pull is here! Check out it.