
@Component @ConfigurationProperties(prefix="your.app.props") public class SpringBootTestProperties extends Object
| Constructor and Description |
|---|
SpringBootTestProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnotherSecretPassword() |
String |
getMySecretPassword() |
void |
setAnotherSecretPassword(String anotherSecretPassword) |
void |
setMySecretPassword(String mySecretPassword) |
public String getAnotherSecretPassword()
public void setAnotherSecretPassword(String anotherSecretPassword)
public String getMySecretPassword()
public void setMySecretPassword(String mySecretPassword)
Copyright © 2016–2019 Brabenetz Harald, Austria. All rights reserved.