spring boot pass jvm argument -DargumentName="value1" Then in your spring application, you can retrieve the value by doing: @Value("${argumentName}") private String myVariable; 굳! 카테고리 없음 2017.12.12