类 DatabaseProperties
java.lang.Object
com.walker.jdbc.config.DatabaseProperties
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanvoidsetPassword(String password) voidsetShowSql(boolean showSql) voidsetUsername(String username)
-
构造器详细资料
-
DatabaseProperties
public DatabaseProperties()
-
-
方法详细资料
-
isShowSql
public boolean isShowSql() -
setShowSql
public void setShowSql(boolean showSql) -
getUsername
-
setUsername
-
getPassword
-
setPassword
-