@ConfigurationProperties(value="database") public class DBProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
driver |
protected String |
password |
protected String |
type |
protected String |
url |
protected String |
user |
| Constructor and Description |
|---|
DBProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDriver() |
String |
getPassword() |
String |
getType() |
String |
getUrl() |
String |
getUser() |
void |
setDriver(String driver) |
void |
setPassword(String password) |
void |
setType(String type) |
void |
setUrl(String url) |
void |
setUser(String user) |
protected String type
protected String user
protected String password
protected String driver
protected String url
public String getType()
public void setType(String type)
public String getUser()
public void setUser(String user)
public String getPassword()
public void setPassword(String password)
public String getDriver()
public void setDriver(String driver)
public String getUrl()
public void setUrl(String url)
Copyright © 2020. All rights reserved.