Can I know how to do association(One to Many) in Spring data JDBC with R2DBC(Mysql).Please provide small code example or git link if possible.
For Example, I have one employee table and address table is child of employee. One employee can have multiple addresses. If I want to retrieve employee, I want address as well to corresponding employee as JSON. Note: Software stack is Spring Functional Reactive, R2DBC with Mysql