Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 690 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 690 Bytes

Wicket Sandbox Build Status

This is an Apache Wicket Quickstart based on the soon to be released Wicket 8! It is currently using the SNAPSHOT of Wicket 8.

Installation Required

  • Java 8
  • Apache Maven

Running the application

Start the Start class in the src/test/java/com/github/jeredm/wicketsandbox folder

Testing the application

Run mvn test

Formatting

This application uses the formating standard found in the wicket-core package. A copy of this EclipseCodeFormat.xml is found in the root of this project.