/fizzbuzz-spring

A demo app for spring ioc framework

Primary LanguageJava

fizzbuzz-spring

This project is one of a series that explores a couple of Dependency Injection solutions. It uses the Famous FizzBuzz Kata to demonstrate the different approaches.

This particular project demonstrates how you can use the setter injection of Spring to decompose FizzBuzz into smaller objects.