An open-source Java framework for building microservices and lightweight web applications, focusing on operational tasks like configuration, logging, metrics, health checks.
Bootique is an open-source Java framework for building microservices and lightweight web applications. It is modeled after Dropwizard and focuses on operational tasks like configuration, logging, metrics, health checks while leaving business logic to the developer.
Some key features of Bootique include:
Bootique aims to reduce boilerplate code and make it faster and easier to create production-grade services. Its goals are similar to Spring Boot but with a smaller codebase focused on modularity. Overall it is best suited for building lightweight and speedy REST microsservices and web apps.