This template can be used to start a new Java web app project, as well as for coding dojos and various exercises.
Examples of fun exercises to try:
- Todo list (see doc directory)
- Semaphores
- Lights Out
mvn eclipse:clean eclipse:eclipse -DdownloadSources -DdownloadJavadocs
mvn idea:idea
script/create_databases.sh
mvn clean package
script/run.sh
open http://localhost:8080
Follow the instructions in script/deploy.sh then run it.