类 AutoTableProperties.RecordSqlProperties

java.lang.Object
org.dromara.autotable.solon.properties.AutoTableProperties.RecordSqlProperties
封闭类:
AutoTableProperties

public static class AutoTableProperties.RecordSqlProperties extends Object
  • 字段详细资料

    • enable

      private boolean enable
      开启记录sql日志
    • recordType

      记录方式,默认是数据库
    • version

      private String version
      当前SQL的版本,建议指定,会体现在数据库的字段或者文件名上
    • tableName

      private String tableName
      数据库记录方式下,表的名字
    • folderPath

      private String folderPath
      文件记录方式下,必须设置该值。 记录到文件的目录(目录不存在的情况下会自动创建),sql文件名会自动按照内置规则创建
  • 构造器详细资料

    • RecordSqlProperties

      public RecordSqlProperties()