/integration-tests-springboot-example

I&T examples for simple GET and POST methods in REST API

Primary LanguageJava

I&T example for simple GET and POST methods in REST API

Go to file with integration tests.

First install all required packages and run all tests:

./mvnw clean install

If you want to skip tests:

./mvnw clean install -Dmaven.test.skip=true

To run tests only:

./mvnw test

To run the application:

./mvnw spring-boot: run