@ConfigurationProperties(prefix="postgre") public class PostgreConfiguration extends Object
| Constructor and Description |
|---|
PostgreConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabase() |
String |
getHost() |
String |
getPassword() |
Integer |
getPort() |
String |
getUsername() |
void |
setDatabase(String database) |
void |
setHost(String host) |
void |
setPassword(String password) |
void |
setPort(Integer port) |
void |
setUsername(String username) |
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getHost()
public void setHost(String host)
public Integer getPort()
public void setPort(Integer port)
public String getDatabase()
public void setDatabase(String database)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.