coerce参数接受true或false,默认是true 为true时,允许数字类型保存数字字符串 unsigned_long类型不能设置coerce 所以最好的办法是统一给ES写数据的入口,在Java代码层面,就把数据格式校验和转换好。 PUT my-index-000001 { "mappings": { "properties": { "number_one": { "type": "integer" }, "number_two"...
如果要在@ConfigurationProperties-annotated类中使用默认值,可以使用默认值配置字段: