Skip to content

lanyonm/playground

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

playground Build Status Coverage Status

A project to experiment with and demo Spring 4 integrations.

Running

Assumming you have Java 7 and Maven 3:

mvn package tomcat7:run

Testing

Always be testing:

mvn test

Travis will also take care of running tests after each push to GitHub.

Documentation

The documentation is generated by a the github-site-plugin. The way publishing authentication is configured, it is expected that a Github personal access token is available as GITHUB_OAUTH_TOKEN in the environment variables.

mvn site

If you would like to skip the upload to Github:

mvn site -Dgithub.site.dryRun=true

TODO

  • logstash log4j example
  • finish & test command validation
  • per-environment database configuration
  • further restdocs configuration

About

A project to experiment with and demo Spring 4 integrations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages