Eclipse中的常用设置
1. eclipse设置@author和@author注解
class="java" name="code">
Project --> Properties --> Java Code Style --> Code Templates
勾选Enable project specific settings,选中Comments的Types,点击Edit,进行编辑即可:
/**
* @author andrew
* @date ${currentDate:date('yyyy/MM/dd')}
*/