类 DbProperties

java.lang.Object
com.sie.mbm.mom.framework.db.flex.config.DbProperties

@Configuration @ConfigurationProperties(prefix="mybatis-flex") public class DbProperties extends Object
  • 字段详细资料

    • log

      private String log
      数据库打印级别 sql:只打sql在切面日志 sqlInfo:log.info 打印sql日志 debug:打sql和debug级别日志
    • dbType

      private String dbType
      低代码数据库选择
    • highDbType

      private String highDbType
      高代码数据库选择
    • aesKey

      private String aesKey
      字段AES加密密钥
  • 构造器详细资料

    • DbProperties

      public DbProperties()
  • 方法详细资料

    • setAesKey

      public void setAesKey(String aesKey)
    • getHighDbType

      public String getHighDbType()