摘要: /** * @author zxy * @description: TODO * @date 2022/4/15 */@Configurationpublic class JacksonConfig { @Bean @Primary @ConditionalOnMissingBean(ObjectM 阅读全文
posted @ 2022-04-15 18:51 星空物语之韵 阅读(279) 评论(0) 推荐(0)
摘要: mybatis-plus resultType映射map 转驼峰 resultType 为map的情况key不是驼峰mapperList<Map<String, String>> getUser(@Param("startDate") String startDate, @Param("endDat 阅读全文
posted @ 2022-04-15 09:44 星空物语之韵 阅读(2050) 评论(0) 推荐(0)