I am refering the link https://github.com/jklingsporn/vertx-jooq/tree/master/vertx-jooq-classic-jdbc to build gradle file. I just made few changes as it was not working the way written in doc. following are those changes
compile group: 'io.github.jklingsporn', name: 'vertx-jooq-classic-jdbc', version: '4.0.0' compile group: 'io.github.jklingsporn', name: 'vertx-jooq-generate', version: '4.0.0' import org.jooq.codegen.GenerationTool (I found somewhere that this class is moved from util to codegen). But when I try to generate code it gives error The <generator/> tag is mandatory. For details, see http: //www.jooq.org/xsd/jooq-codegen-3.11.0.xsd -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
