/test-with-spring

Primary LanguageJavaOtherNOASSERTION

Test With Spring Course

This repository contains the example applications of my Test With Spring Course. This repository has two branches:

  • The master branch contains the example applications of the second version of the course.
  • The version-1 branch contains the example applications of the first version of the course.

The directory structure of this repository is explained in the following:

  • The starter-package directory contains the example applications of the Starter Package.
  • The intermediate-package directory contain the example applications of the Intermediate Package.
  • The master-package directory contains the example applications of the Master Package.

Prerequisites

Before you can run these examples, You need to install the following tools:

  • JDK 8
  • Maven (the applications are tested with Maven 3.5.4) OR Gradle (the applications are tested with Gradle 4.8.1)

Running the examples

If you want to run an example application, you should read the README of the example application. It contains the instructions that help you to get started.