我尝试过多种配置,但无法让jOOQ codegen工具工作。我的类路径中有三个必需的jars、postgres驱动程序和config xml:java -cp jooq-codegen-3.11.0.jar org.jooq.codegen.GenerationTool/postgres.xmlError: A JNI error has occurred, please check your installation
我使用jooq (v3.11.9)访问在UTC时间运行的MySQL数据库。我使用了生成的实体,并且使用了JSR-310时间类型。(100)), MY_TABLE.CREATION_TIMESTAMP.cast(org.jooq.impl.SQLDataType.VARCHAR(100))).from(MY_TABLE).limit(false).defaultValue(org.jooq.impl.DSL.field("CURRENT_TIMESTAMP(6)", o