Class R2dbcProperties
java.lang.Object
org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
Configuration properties for R2DBC.
- Since:
- 2.3.0
- Author:
- Mark Paluch, Andreas Killaitis, Stephane Nicoll, Rodolpho S. Couto
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionProvide 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)
-
Constructor Details
-
R2dbcProperties
public R2dbcProperties()
-
-
Method Details
-
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.- Returns:
- a unique name for this instance
-