Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 512 Bytes

File metadata and controls

7 lines (4 loc) · 512 Bytes

Converting existing Spring DI code to use Quarkus

I was playing a bit with Spring DI and Quarkus before Christmas. I took repo referenced from baeldung.com site, trimmed the code and pom.xml to use just di.spring package. After the trimming I tried to migrate source code to use quarkus-spring and then I tried to migrate tests.

Code is here: https://github.com/rsvoboda/tutorials/commits/experiments

Suggestions for improvements in Quarkus Spring DI guide: quarkusio/quarkus#14221