Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 680 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 680 Bytes

Guice Build Status

This is an Apache Wicket Quickstart that integrates with Google Guice using the wicket-guice project. 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/guice 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.