diff --git a/README.md b/README.md index fdd46ea..68f4089 100644 --- a/README.md +++ b/README.md @@ -561,12 +561,13 @@ A curated list of awesome Java frameworks, libraries and software. ## Microservice -*Tools for managing microservices: i.e., creation, coordination or discovery.* +*Tools for creating and managing microservices.* * [Apollo](https://spotify.github.io/apollo/) - Libraries for writing composable microservices. * [consul-api](https://github.com/Ecwid/consul-api) - Client for the [Consul](https://www.consul.io/) API: a distributed, highly available and datacenter-aware registry/discovery service. * [Eureka](https://github.com/Netflix/eureka) - REST-based service registry for resilient load balancing and failover. * [Lagom](https://www.lightbend.com/lagom) - Framework for creating microservice-based systems. +* [Micronaut](http://micronaut.io/) - Modern full-stack framework with focus on modularity, minimal memory footprint and startup time. ## Monitoring