http://quartz-scheduler.org/api/2.2.0/ spring 사용 예 org.quartz Class CronExpressionjava.lang.Object org.quartz.CronExpression All Implemented Interfaces: Serializable, Cloneablepublic final class CronExpressionextends Objectimplements Serializable, CloneableProvides a parser and evaluator for unix-like cron expressions. Cron expressions provide the ability to specify complex time combinations suc..
simpleDateFormat 쓰레드 락 걸릴 때 있다Calendar 역시 static은 쓰레드 락 걸린다FastDateFormat 쓰자 Format sdf = FastDateFormat.getInstance("yyyyMMddHHmmss", Locale.getDefault());String currDate = sdf.format(new Date()); log.debug("yyyyMMddHHmmss : " + currDate); http://stackoverflow.com/questions/6840803/simpledateformat-thread-safetyhttp://devday.tistory.com/entry/SimpleDateFormat%EA%B3%BC-Thread-Safety