minbox-projects / api-boot

“ ApiBoot”是为接口服务而生的,基于“ SpringBoot”完成扩展和自动配置,内部封装了一系列的开箱即用Starters。
https://apiboot.minbox.org
Apache License 2.0
531 stars 152 forks source link

Mybatis Enhance 和 Mybatis Enhance Codegen 增加功能 #8

Open wenyuantc opened 5 years ago

wenyuantc commented 5 years ago

1.Mybatis Enhance 增加BaseService ,直接把EnhanceMapper方法搬过来就行了,这样减少Service的基本CRUD代码编写。 2.Mybatis Enhance Codegen 增加默认生成Service和Mapper代码,可以不用写codegen.setting.json,有需要的话可以自定义odegen.setting.json。 PS:BaseService可以参考 Mybatis plus

hengboy commented 5 years ago

感谢提出的建议,会尽快加上