1
스프링 부트에서 vertx를 실행하려고합니다. 튜토리얼 또는 시작하는 방법에 대한 설명이있는 문서가 있습니까?스프링 부트에서 vertx를 통합하는 방법을 설명하는 문서를 찾으십시오.
스프링 부트에서 vertx를 실행하려고합니다. 튜토리얼 또는 시작하는 방법에 대한 설명이있는 문서가 있습니까?스프링 부트에서 vertx를 통합하는 방법을 설명하는 문서를 찾으십시오.
저는 spring-boot가 vertx에 대해 "native support"를 가지고 있지 않다고 생각합니다 - spring boot starters 목록을보십시오.
vertx는 모르지만 다른 스프링 응용 프로그램 (예 : example)에서 사용하는 것과 같은 방법으로 spring-boot와 함께 사용할 수 있습니다.
Vert.x 3.0
: https://github.com/vert-x3/vertx-examples/tree/master/spring-examples/springboot-example https://github.com/rworsnop/vertx-beans https://github.com/rworsnop/vertx-beans-example –