idea 添加 注释 配置
为类添加自动注释模版
File-->Settings-->Editor-->File and Code Templates

启用该模板才有效一定要勾上
/**
* @author :_my
* @date :Created in ${DATE} ${TIME}
* @description:${description}
* @modified By:`
* @version: 1.0
*/
接口也是如下配置



/**
* @author :_my
* @date :Created in ${DATE} ${TIME}
* @description:${description}
* @modified By:`
* @version: 1.0
*/

