2.14.3. Camel Quarkus 限制
当在原生模式中使用 camel-quarkus-bindy 时,只支持构建机器的区域。
例如,在构建带有 french 区域的机器时,代码如下:
BindyDataFormat dataFormat = new BindyDataFormat(); dataFormat.setLocale("ar");
以 JVM 模式格式化数值,如预期一样。但是,它以原生模式的形式格式化了 french 的方式。
如果不进行进一步调整,将使用构建机器的默认区域设置。可使用 quarkus.native.user-language 和 quarkus.native.user-country 配置属性指定另一个区域设置。