r2dbc / r2dbc-pool

Connection Pooling for Reactive Relational Database Connectivity
https://r2dbc.io
Apache License 2.0
332 stars 55 forks source link

How to use your technology to link MySQL in spring #61

Closed gaoxin818 closed 4 years ago

gaoxin818 commented 4 years ago

How to use your technology to link MySQL in spring??

mp911de commented 4 years ago

Not sure what you mean. You might want to go to https://start.spring.io and create an app with R2DBC support and the MySQL driver to get started with your application. Otherwise, each R2DBC project (Pool, MySQL) contains a fair bit of documentation on how to use each component.