类 R2dbcProperties
java.lang.Object
org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
Configuration properties for R2DBC.
- 从以下版本开始:
- 2.3.0
- 作者:
- Mark Paluch, Andreas Killaitis, Stephane Nicoll, Rodolpho S. Couto
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Provide a unique name specific to this instance.getName()
getPool()
getUrl()
boolean
void
setGenerateUniqueName
(boolean generateUniqueName) void
void
setPassword
(String password) void
void
setUsername
(String username)
-
构造器详细资料
-
R2dbcProperties
public R2dbcProperties()
-
-
方法详细资料
-
getName
-
setName
-
isGenerateUniqueName
public boolean isGenerateUniqueName() -
setGenerateUniqueName
public void setGenerateUniqueName(boolean generateUniqueName) -
getUrl
-
setUrl
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getProperties
-
getPool
-
determineUniqueName
Provide a unique name specific to this instance. Calling this method several times return the same unique name.- 返回:
- a unique name for this instance
-