类 JooqProperties
- java.lang.Object
- org.springframework.boot.autoconfigure.jooq.JooqProperties
@ConfigurationProperties(prefix="spring.jooq") public class JooqProperties extends Object
Configuration properties for the JOOQ database library.- 从以下版本开始:
- 1.3.0
构造器详细资料
JooqProperties
public JooqProperties()
方法详细资料
getSqlDialect
public org.jooq.SQLDialect getSqlDialect()
setSqlDialect
public void setSqlDialect(org.jooq.SQLDialect sqlDialect)