rensPols / ex-dock

An ecommerce platform build with Vert.x Kotlin and Docker
Apache License 2.0
3 stars 0 forks source link

Replace the MainVerticle with a server starter #4

Closed rensPols closed 2 months ago

rensPols commented 2 months ago

Instead of a MainVerticle that hosts everything, the different parts of the application need to be split up between multiple verticles. These verticles can each have their helper verticles.

An example would be: hakdogan/IntroduceToEclicpseVert.x