Mybatis-plus: 请问如何设置不生成service、controller

Created on 4 Oct 2018  ·  4Comments  ·  Source: baomidou/mybatis-plus

虽然可以删掉,但是未免不优雅,想必mp应该有此功能

Most helpful comment

https://mybatis.plus/guide/generator.html

例如 templateConfig.setXml(null);

All 4 comments

setController(null) 类推

😂感谢

setController(null) 类推

哪个东西setController?求告知

https://mybatis.plus/guide/generator.html

例如 templateConfig.setXml(null);

Was this page helpful?
0 / 5 - 0 ratings