반응형
-DargumentName="value1"
Then in your spring application, you can retrieve the value by doing:
@Value("${argumentName}")
private String myVariable;
굳!
Then in your spring application, you can retrieve the value by doing:
@Value("${argumentName}")
private String myVariable;
굳!
반응형