Skip to content
forked from lanyonm/playground

A project to experiment with and demo Spring 4 integrations.

License

Notifications You must be signed in to change notification settings

pftx/playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

  • Java 100.0%