11.2. 禁用功能
要禁用默认启用的功能,请输入以下命令:
bin/kc.[sh|bat] build --features-disabled="<name>[,<name>]"
例如,要禁用 模拟
,请输入以下命令:
bin/kc.[sh|bat] build --features-disabled="impersonation"
您可以输入以下命令禁用所有默认功能:
bin/kc.[sh|bat] build --features-disabled="default"
此命令可与 功能
结合使用,以明确设置应使用哪些功能。如果某个功能同时添加到 features-disabled
列表中且 功能
列表中,它将被启用。