bytestree / spring-restful-service-unit-test

Spring Boot RESTful Web Services JUnit Testing example

Home Page:http://www.bytestree.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot RESTful Web Services JUnit Testing example

Example on how to Unit Test RESTful Web Services using Spring Boot Test framework. It uses MockMvc to provide Spring MVC infrastructure without starting the HTTP Server. SpringRunner and @WebMvcTest provide rest of the environment for unit testing.

Related Article

Refer RESTful Web Services Unit Testing with Spring Boot for detailed article.

Technology Stack

  • Spring Boot 1.4.1.RELEASE
  • Spring Data JPA
  • Database – PostgreSQL
  • JDK 8

About

Spring Boot RESTful Web Services JUnit Testing example

http://www.bytestree.com

License:MIT License


Languages

Language:Java 100.0%