dimarts, 17 de novembre del 2015

A mi me gusta este metodo se edita el template en html y se busca el [[ puede esta escondido hay que desplegar la parte bskin y se mete el codigo de abajo luego es utilizar el code {background:#EEEEEE; font-family: Trebuchet MS; display:block; border:1px solid #999999; padding:10px;}

Method using syntaxhighlighter

Method using hilte.me

good and really easy tool, although it turns the code unreadable.
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
@Component
public class JobCompletionNotificationListener extends JobExecutionListenerSupport {

 private static final Logger log = LoggerFactory.getLogger(JobCompletionNotificationListener.class);

 private final JdbcTemplate jdbcTemplate;

 @Autowired
 public JobCompletionNotificationListener(JdbcTemplate jdbcTemplate) {
  this.jdbcTemplate = jdbcTemplate;
 }


h