qiusuo-fuyuan / qiusuo-backend

0 stars 0 forks source link

All - Use QueryDSL With Spring WebFlux #107

Open ryan-zheng-teki opened 3 years ago

ryan-zheng-teki commented 3 years ago

User Story: After we migrate to WebFlux, it seems that we are not able to use QueryDSL anymore. Then we are going back to QueryCriteria. It's very easy to make mistakes when we write strings for field names.

What To Do: Investigate what to change for QueryDSL so that we are able to use the QueryDSL language again. Maybe we could just write one upper layer of the QueryDSL. We only use the translation part.