Posts tagged with spring boot
-
Using Spring Boot Actuators
Jul 7, 2018Implementing Spring Boot actuators is not very difficult. In this post I’ll show what you can get for free, without adding any code.
-
Building a REST API with Swagger and Spring Boot
Apr 15, 2018In this post, I’ll be using Swagger to build a REST API with Java and Spring Boot. Swagger is an API framework. It uses a YAML-based language to define an API and it has a code generator that supports multiple languages.