roofimon/tdd-using-spring
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
For those familiar with Git:
git clone git@github.com:roofimon/tdd-using-spring.git
Once checked out, you can build from the command line using either Gradle or
Maven. If you're new to Gradle, don't worry -- there's nothing for you to
install. Simply use the 'gradlew' (or 'gradlew.bat' on windows) script within
the root directory of the project:
>$ ./gradlew build
And the following will give you a list of all available tasks:
>$ ./gradlew tasks
If necessary, this 'Gradle wrapper' script will download a distribution of
Gradle for you.
Generate project metadata appropriate to your IDE with
>$ ./gradlew idea
Resources https://www.dropbox.com/sh/tj53sksnfhvlp3z/AACj91GakD8F5X1KqjmkxwB3a?dl=0