Skip to content

bytestree/spring-restful-service-integration-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot RESTful Web Services Integration Testing example

An example of Integration Testing of RESTful Web Services using Spring Boot’s test framework support. It uses @SpringBootTest annotation to load an EmbeddedWebApplicationContext and provide a real servlet environment. The in-memory database is used to perform database operations.

Related Article

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

Technology Stack

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

Releases

No releases published

Packages

No packages published

Languages