cescoffier / vertx-microservices-workshop

Vert.x Microservices Hand's on lab
http://escoffier.me/vertx-hol/
Apache License 2.0
330 stars 196 forks source link

Run quote generator with eclipse #36

Closed meittemarc closed 6 years ago

meittemarc commented 6 years ago

How can I run only quote generator service with eclipse or other IDE (Intellij) ?

cescoffier commented 6 years ago

Just use the main class provided in the workshop-common project.

meittemarc commented 6 years ago

Thanks Escoffier