如何在现有 spring 启动应用程序中利用 Quarkus
How to take advantage of Quarkus in existing spring boot applications
如何在现有 spring 引导微服务中利用 Quarkus。
我找不到关于如何将它用于 spring 框架应用程序的文档。
Spring 启动应用程序将不能 在 Quarkus 上运行。 Quarkus 是一个不同的框架,目前支持 Spring Dependency Injection annotations, and the most important functionality of Spring Web and Spring Data JPA.
这也是将 Spring 引导应用程序迁移到 Quarkus 的一个选项。你可以找到 here a detailed guide based on the real migration on one of my microservices: https://dzone.com/articles/spring2quarkus-spring-boot-to-quarkus-migration
如何在现有 spring 引导微服务中利用 Quarkus。
我找不到关于如何将它用于 spring 框架应用程序的文档。
Spring 启动应用程序将不能 在 Quarkus 上运行。 Quarkus 是一个不同的框架,目前支持 Spring Dependency Injection annotations, and the most important functionality of Spring Web and Spring Data JPA.
这也是将 Spring 引导应用程序迁移到 Quarkus 的一个选项。你可以找到 here a detailed guide based on the real migration on one of my microservices: https://dzone.com/articles/spring2quarkus-spring-boot-to-quarkus-migration