17 fevereiro 2021

WebArticle - Building a RESTful Web Service with Spring Boot Actuator

Tools:

STEPS:
  1. Starting with Spring Initializr
  2. Run the Empty Service
  3. Create a Representation Class
  4. Create a Resource Controller
  5. Run the Application




Source: spring.io

08 fevereiro 2021

WebArticle - Building Microservices With Spring Boot








Some dependencies used:
  • Lombok
  • Spring web
  • Spring Data JPA
  • Apache ActiveMQ
  • H2 Database

Source: medium.com