A project to experiment with and demo Spring 4 integrations.
Assumming you have Java 7 and Maven 3:
mvn package tomcat7:run
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
- logstash log4j example
- finish & test command validation
- per-environment database configuration
- further restdocs configuration