Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 413 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 413 Bytes

Unit Testing with Spock framework

Requirements

  • Java 17

Note: Add JAVA_HOME path environment variable with the value of Java 17 folder

Run

To run application, use the following command:

./gradlew bootRun

Test

To run tests, use the following command:

./gradlew test

Usage

Swagger Link