building a rest api
This guide compares how to add Spring Data or Micronaut Data to power a GET endpoint in both Micronaut and Spring Boot applications.
This guide compares how to create a GET endpoint that returns a paginated JSON Array in Micronaut and Spring Boot applications.
This guide compares how to implement a GET endpoint with Micronaut Framework and Spring Boot.
This guide compares how to add POST endpoint in both Micronaut and Spring Boot applications.
This guide compares how to secure a REST API with basic authentication in Micronaut and Spring Boot applications.
This guide compares how to test serialization and deserialization with Micronaut Framework and Spring Boot.