2018年2月7日

eclipse

摘要: 添加注释模板: window->preferences->java->code style -> code template -> comments/code comments->import (codetemplates.xml) codetemplates.xml <?xml version=" 阅读全文

posted @ 2018-02-07 18:01 万水千山z 阅读(88) 评论(0) 推荐(0)

swagger

摘要: restController方法上的@Api注解,tags属性的值为中文时,在ui界面打不开方法体。发现是版本问题,将版本从2.6.1升到2.7.0即可。 阅读全文

posted @ 2018-02-07 14:48 万水千山z 阅读(113) 评论(0) 推荐(0)

Mybatis

摘要: #和$的区别 mybatis中的关键字用法 mybatis中的大于小于 通用Mapper 通用Mapper的selectAll()方法会报异常,如: org.springframework.beans.factory.UnsatisfiedDependencyException: Error cre 阅读全文

posted @ 2018-02-07 11:01 万水千山z 阅读(208) 评论(0) 推荐(0)

导航