Tag: Quarkus
-
Run your Jakarta EE/MicroProfile application on Quarkus with minimum changes
Quarkus 1.0.0.Final has been released, so I think it’s time to go beyond the “Get started” guides and to give it a try. In this article, I’m going to illustrate how to run an existing Jakarta EE/MicroProfile application on Quarkus, both in JVM and native modes, with minimum changes on the code and the configuration. I’ve…