eclipse netbeans 代码模板

eclipse  代码模板  插入slf4j

${:import(org.slf4j.Logger,org.slf4j.LoggerFactory)}

private static final Logger logger = LoggerFactory.getLogger(${enclosing_type}.class);

 idea

private static final Logger logger = LoggerFactory.getLogger($CLASS_NAME$.class);

  

netbeans  代码模板  插入 slf4j

posted on 2016-05-13 15:00  empireghost  阅读(235)  评论(0编辑  收藏  举报

导航