A new generation of Spring Framework has been released, after 5 years with Spring Framework 5.x, in November 2022, Spring Framework 6 has been released. […]
Continue readingTag: Spring framework
Integrating Spring Framework in Dropwizard
A very simple way to integrate Spring DI instead of GUICE in a Dropwizard application. Then the application is able to use any other Spring Framework/Springboot technology, and at the same time take advantage of some of the dropwizard features like HealthChecks, Metrics, and more.
Continue reading