mybatis-lite icon indicating copy to clipboard operation
mybatis-lite copied to clipboard

您好,1.0.6版本生成的Controller代码是serviceImpl

Open greydesolate opened this issue 6 years ago • 2 comments

我没有修改过模板. 我编辑controller模板当前部分内容如下 @RestController @RequestMapping("/${pathName}") public class ${className}Controller { @Autowired 但是生成后头部文件如下,跟生成的serviceImpl内容完全一致.感觉生成Controller时候调用错模板了吧 @Service("xxxArticleService") public class XxxArticleServiceImpl implements XxxArticleService {

greydesolate avatar Nov 11 '18 09:11 greydesolate

应该是的,我测试一下,谢谢反馈

mustfun avatar Nov 13 '18 01:11 mustfun

github最新版release已经解决这个问题,谢谢反馈,idea repository版本过两天才会更新,请下载离线版本安装

mustfun avatar Nov 15 '18 12:11 mustfun