Skip to content

Commit

Permalink
Fix the reactive URL for MariaDB Dev Services
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet authored and ebullient committed Jan 24, 2023
1 parent a65bbf1 commit fe86ac8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public String getEffectiveJdbcUrl() {
}

public String getReactiveUrl() {
return getEffectiveJdbcUrl().replaceFirst("jdbc:", "vertx-reactive:");
return getEffectiveJdbcUrl().replaceFirst("jdbc:mariadb:", "vertx-reactive:mysql:");
}
}
}

0 comments on commit fe86ac8

Please sign in to comment.