Moises Macero's Blog, page 4
April 17, 2018
The Six Pitfalls of Moving to Microservices
We, as developers, make mistakes. For example, one of the most common ones is thinking that a new technical solution or paradigm will solve all the problems existing in a given Software Project. That won���t happen, but we���ll be tempted anyway to fall into this trap. Microservices Architecture is one of the most popular traps.
When we read about the benefits of Microservices, we may believe that, just by splitting our huge project into smaller...
March 31, 2018
Cucumber Tests in Spring Boot with Dependency Injection
Cucumber is a great framework to create tests using a BDD approach. Unfortunately, the official website doesn���t provide too much documentation, so it might be tricky to set it up. In this post, I���ll show you how to combine Cucumber with Spring Boot using the cucumber-spring��library to��leverage Dependency Injection.
The Spring Boot sample projectFollowing this blog���s style, I���ll use a practical example to show you how to use Cucumber with Spring. If you want to check out the...
March 18, 2018
Service discovery with Spring Boot Eureka
In this post, you���ll learn how to set up Spring Boot 2 applications to build a Eureka cluster for Service Registration, and how to make use of Service Discovery via clients that can get each other���s information through the Eureka Registry.
IntroductionI wrote this guide because I couldn���t find too much information about how to set this entire configuration up while writing my book. I found some quick guides and valuable information in the official Spring Cloud configuration, but there...


