A small project created to learn Spring Framework step by step, supported by Warsaw JUG.
Java version 7 or higher is required to build the project.
Execute following in project root directory to build all:
- On Linux/Mac:
./mvnw clean install
- On Windows:
./mvnw.bat clean install
Project uses Maven, maven-wrapper and wrapper-maven-plugin.
Optionally, if you don't wnat to mess with your local settings, you can also:
- On Linux/Mac:
./mvnw -s .m2/settings.xml clean install
- On Windows:
./mvnw.bat -s .m2/settings.xml clean install
Find instructions for each lab in its sub-folder.
When in doubt refer to the docs.
Labs index: