As a compromise, you can provide a query parameter for development time and then disable it when deploying the application.
作为折衷办法,您可以在开发时提供查询参数,然后在部署该应用程序时再禁用它。
2
The most common reason in a development environment is that a parameter is missing or unrecognized.
开发环境中最常见的原因是,缺少参数或出现不能识别的参数。
3
It means you can package a BAR file once, test it on a development machine using one set of parameter values, and then deploy it to the production environment using another, without recompiling.