最新回答 / 慕哥6337308
Result Maps collection already contains value for com.wsk.wsk.mapper.TestMapper.BaseResultMapResultMap配錯(cuò)了
最新回答 / 幕布斯7243794
老師的Git倉庫里有, 傳送門--https://github.com/leechenxiang/imooc-springboot-starter/blame/master/src/main/resources/application.properties
最新回答 / 慕仔0581302
fastjson針對返回處理,查看SerializerFeature屬性 jsonObject.toJSONString(apiResData,?SerializerFeature.WriteMapNullValue); WriteNullStringAsEmpty????字符類型字段如果為null,輸出為”“,而非null
2020-02-19
最新回答 / 慕哥6337308
UserServiceImpl.java:118 行空指針
最新回答 / 清風(fēng)321
應(yīng)該是application.properties中.mapper.mappers配置錯(cuò)了,我之前就是寫錯(cuò)了個(gè)字母
最新回答 / Saber丶Cy
github地址:https://github.com/leechenxiang/imooc-springboot-starter
最新回答 / qq_慕絲5218683
generatorConfig重新生成的resource/mapper目錄下的devDataMapper 的 xml文件里面有重復(fù)的沖突,只要?jiǎng)h除舊的代碼就行了
已采納回答 / 慕標(biāo)9299313
看看你的Example的包是不是引錯(cuò)了,它是tk.mybatis.mapper.entity.Example這個(gè)
最新回答 / Kasaver
配置和MySQL差不多,具體的可以去百度下