# spring-boot-vertx **Repository Path**: lishijun01/spring-boot-vertx ## Basic Information - **Project Name**: spring-boot-vertx - **Description**: the project use spring and vertx - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-05-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 * 此项目主要是用来研究集成 `spring` 和 `vert.x` 的项目, 系统的后端业务逻辑和`controller` 默认使用 `spring`托管, `spring` 为了简化配置使用了`spring boot` 不影响正常使用 `spring` 框架。 * 目前没有具体的参数获取配置需要自己进行获取,默认的`Controller` 内的方法的参数必须为`RoutingContext` ,否则不能使用通用的路由进行加载