This project is my personal attempt to understand and learn microservices using spring boot. The entire content of this project has been cloned/copied from the book Learn Microservices with Spring Boot by Moisés Macero. The only pivot that I have made is using Gradle as my build tool and Kotlin as my language.
- The Multiplication service contains a basic logic and the core Multiplication domain object.
- First TDD approach, implemented on MultiplicationServiceTest.