Closed jaceding closed 3 years ago
I got curious. Why would you need springboot while using vertx?
Autoconfig AOC or something
Where can I find some good vertx tutorials? My friends and I want to learn more about vertx, but we don't know how to start.
Where can I find some good vertx tutorials? My friends and I want to learn more about vertx, but we don't know how to start.
Vert.x is a library / toolkit, not a framework. It can be used separately or embedded in an app framework.
You can try Quarkus if you want a container for a Vert.x app, it integrates it really well. https://quarkus.io/guides/vertx
thanks
Vert.x是一个库/工具包,而不是一个框架。它可以单独使用,也可以嵌入应用程序框架中。
如果您想要Vert.x应用程序的容器,可以尝试Quarkus,它可以很好地集成它。 https://quarkus.io/guides/vertx
Thanks, Like most people, I choose spring, springboot ...
In fact, vertx is a great project!
But unfortunately, it doesn't work well with the hottest spring boots, or the combination threshold is high.
I believe many people have doubts. Will vertx consider springboot starter in the future?