vert-x3 / vertx-examples

Vert.x examples
Apache License 2.0
3.55k stars 2.09k forks source link

About vertx's springboot starter #422

Closed jaceding closed 3 years ago

jaceding commented 3 years ago

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?

cvgaviao commented 3 years ago

I got curious. Why would you need springboot while using vertx?

jaceding commented 3 years ago

Autoconfig AOC or something

jaceding commented 3 years ago

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.

cvgaviao commented 3 years ago

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.

https://how-to.vertx.io/

tsegismont commented 3 years ago

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

jaceding commented 3 years ago

thanks

jaceding commented 3 years ago

Vert.x是一个库/工具包,而不是一个框架。它可以单独使用,也可以嵌入应用程序框架中。

如果您想要Vert.x应用程序的容器,可以尝试Quarkus,它可以很好地集成它。 https://quarkus.io/guides/vertx

Thanks, Like most people, I choose spring, springboot ...