SpringBoot+MyBatis Plus对Map中Date格式转换的处理( 四 )



  •        return interceptor;

  • 【SpringBoot+MyBatis Plus对Map中Date格式转换的处理】   }

  •    @PostConstruct

  •    public void changeObjectMapper() {

  •        // This will unify the date format with util methods

  •        JacksonTypeHandler.setObjectMapper(JacksonUtil.getObjectMapper());

  •    }

  • }



    • 推荐阅读