December 2019
Intermediate to advanced
314 pages
6h 51m
English
The application.properties file is not the only option when it comes to setting application properties. As per MicroProfile's Config specification, you can also use the following:
java -Dquarkus.http.port=8180 app.jar
export QUARKUS_HTTP_PORT=8180
As you may have noticed, the matching environment variable name has been set to uppercase and the dot has been replaced ...
Read now
Unlock full access