makejavas

Results 5 comments of makejavas
trafficstars

![image](https://user-images.githubusercontent.com/18339862/177464151-650ce564-1974-4887-afcd-189f954f813a.png)

@fishwithwater 代码已提交, 55f09db096296e5470ba73d696cda663d48a8890

并不是所有人都是多模块开发,如果多个表的配置一样可以选择多个表同时生成代码。

我也遇到了这个问题,这是个神坑。 `mybatis.mapper-locations=classpath*:com/test/mapper/*.xml` 我是这里配置错了(classpath*写成了classpath),这样就只能匹配到一个文件。