Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 364 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 364 Bytes

Spring Boot REST API demo

Demo project for Spring Boot RESTful API using spring-web, springdoc-openapi and lombok.

Testing

Dependency

Spring Boot Starter Test

Starter for testing Spring Boot applications with libraries including JUnit Jupiter, Hamcrest and Mockito.

testImplementation 'org.springframework.boot:spring-boot-starter-test'