摘要:
业务场景:在启动项目的时候,报错! BeanCurrentlyInCreationException: Error creating bean with name 'MaintPlanService': Requested bean is currently in creation: Is ther 阅读全文
摘要:
BigDecimal 各种保留的区别 public class Test { public static void main(String[] args) { BigDecimal b1 = new BigDecimal(String.valueOf(2.3555)); // 2.4 ROUND_U 阅读全文