Skip to content

ethfun/ssmshowcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SSM show case

Snippets

git update-index --assume-unchanged [<file> ...]
To undo and start tracking again (if you forgot what files were untracked, see this question):
git update-index --no-assume-unchanged [<file> ...]

Loading properties file

<spring>
  <util:properties id="applicationProperties" location="path-to-your-very-long-location" />
  <context:property-placeholder properties-ref="applicationProperties" />
</spring>

web.xml

About

ssm-show-case

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages