How can I pass a system variable to my application using the jetty:run
command?
Is it possible to pass it like:
mvn jetty:run -Dmy.variable=something
And use it in my code:
String myVariable = System.getProperty("my.variable");
How can I pass a system variable to my application using the jetty:run
command?
Is it possible to pass it like:
mvn jetty:run -Dmy.variable=something
And use it in my code:
String myVariable = System.getProperty("my.variable");
Copyright © 2021 Jogjafile Inc.
for more details see this