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.
Refer RESTful Web Services Integration Testing with Spring Boot for detailed article.
- Spring Boot 1.4.1.RELEASE
- Spring Data JPA
- Database – PostgreSQL, HSQLDB
- JDK 8