spring yml property boolean

Solutions on MaxInterview for spring yml property boolean by the best coders in the world

showing results for - "spring yml property boolean"
Lucas
21 Nov 2019
1@Value("#{new Boolean('${item.priceFactor}')}")
2private Boolean itemFactorBoolean;
3
4@Value("#{new Integer('${item.priceFactor}')}")
5private Integer itemFactorInteger;