Published onSeptember 17, 2022Creating a Simple REST Endpoint with Spring Bootspring-bootjavaCreating a REST endpoint with Spring Boot is easy, just use @RestController and @RequestMappings annotations
Published onSeptember 16, 2022How to Create a New Application with Spring Bootspring-bootjavaDo you want to know how to create a Spring application? Look no further, in this post I'll show you how to do it with Spring Initializr