【代码周边】Idea设置类注解和方法注解(带图)
Idea版本:

类注解
打开setting→Editor→Code Style→File and Code Templates

/** * Created with IntelliJ IDEA. * User: Shendi * Date: ${DATE} * Time: ${TIME} * Description: */
效果:

方法注解
菜鸟程序媛,若有需修正之处,望指正~
WeChat/QQ:2463105280

打开setting→Editor→Code Style→File and Code Templates

/** * Created with IntelliJ IDEA. * User: Shendi * Date: ${DATE} * Time: ${TIME} * Description: */
效果:

方法注解
菜鸟程序媛,若有需修正之处,望指正~
WeChat/QQ:2463105280