All Projects → joshlong → reactive-mysql-with-jasync-and-r2dbc

joshlong / reactive-mysql-with-jasync-and-r2dbc

Licence: other
this is an example demonstrating using Jasync MySQL and R2DBC.

Programming Languages

java
68154 projects - #9 most used programming language

Getting Started

You'll need to have a MySQL instance up and running in order to run this code. I got it working using Docker. Here's an example.


docker run --name=orders-mysqldb -d -p 3306:3306 -e MYSQL_ROOT_HOST=% -e MYSQL_ROOT_PASSWORD=root -e MYSQL_USER=orders -e MYSQL_PASSWORD=orders -e MYSQL_DATABASE=orders mysql/mysql-server:5.7.24


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].