Provides some example projects to show what the Wicket Spring Boot Starter project can do.
-
Basic simple example - simple
-
Minimal project setup with only a single HomePage.
-
-
Spring Boot Devtools - devtools
-
Added Sprinb Boot Devtools to auto reload the application on class changes.
-
-
Spring Boot Actuator - spring-actuator
-
Adds a Wicket specific Wicket endpoint (http://localhost:8080/wicket) with information of the auto configuration
-
-
Websocket - websockets
-
Example project with native Websocket support. Open the Page in two browser tabs and fill the input.
-
-
Annotationscan - annotationscan
-
Example of Wicketstuffs Annotationscann
-
-
Spring Security - spring-security
-
Autoconfiguration of Spring Security
-
-
Bootstrap - bootstrap
-
Example of using https://github.com/l0rdn1kk0n/wicket-bootstrap
-
-
Internal Tests - internal-tests
-
Only used for my internal tests
-
-
Cluster - cluster
-
Using Zuul as a loadbalancer. Using hazelcast for session and page replication
-
-
Deploy to Servlet Container as war file