Correspondance
Migration steps
- add the
qarkus-maven-plugin
to the application module
- add config to
maven-surefire-plugin
:
- replace the spring dependencies to quarkus ones
Dependencies
- spring-boot-starter-actuator ⇒ quarkus-smallrye-health
- micrometer ⇒ quarkus-micrometer-registry-prometheus
- spring IoC container ⇒ quarkus-arc
- spring-boot-starter-web ⇒ quarkus-resteasy
- jackson ⇒ quarkus-resteasy-jackson
- logback ⇒ quarkus-logging-logback (experimental)
Beans
Resources
TODO