摘要: @Scheduled(cron = "0 0 1 * * *") 在使用该注解以前请做好以下准备工作,配置好相应的xm文件。 配置定时注解的步骤:http://blog.csdn.NET/sd4000784/article/details/7745947 下面给出cron参数中各个参数的含义: CR 阅读全文
posted @ 2018-10-17 15:43 twoheads 阅读(34547) 评论(0) 推荐(0)
摘要: IDEA中启动Tomcat报错,Error running Tomcat7.0.52: Address localhost:1099 is already in use 或者是 java.rmi.server.ExportException: Port already in use: 1099 ,表 阅读全文
posted @ 2018-10-17 10:13 twoheads 阅读(576) 评论(0) 推荐(0)