December 2019
Intermediate to advanced
314 pages
6h 51m
English
You can change the default port that's used for testing by Quarkus (8081) by setting an appropriate value in the src/main/resources/application.properties file, which is the general configuration file for Quarkus. For example, in order to shift the test port to 9081, you would need to add the following information to application.properties:
quarkus.http.test-port=9081
Read now
Unlock full access