when use mongoTemplate.find method, if set special fields with query.fields().include() methed, such as BigDecimal, method find will throw Integer(1) could not convert to BigDecimal
how to avoid this question?thanks
when use mongoTemplate.find method, if set special fields with query.fields().include() methed, such as BigDecimal, method find will throw Integer(1) could not convert to BigDecimal
how to avoid this question?thanks