Please Visit: http://ift.tt/1ajReyV
Scheduling and asynchronous execution with Spring
@Scheduled(fixedRate= 42000)
Scheduled(cron = "*/7 * * * * *")
Scheduled(cron = "*/7 * * * * *")
@Scheduled(cron= "${myclass.cron.execute.sth}")
<context:property-placeholder location="classpath:application.properties"/>
@Async
Future<String> execute(String string)
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1M8yvPn
via
LifeLong Community