摘要: 1,代码 阅读全文
posted @ 2019-03-26 19:21 無玑小姐 阅读(5003) 评论(0) 推荐(0)
摘要: 转自:https://blog.csdn.net/u010964869/article/details/51095827 显示格式为:yyyy-mm-dd hh:mi:ss 注:parseInt可以不要 阅读全文
posted @ 2019-03-26 17:48 無玑小姐 阅读(201) 评论(0) 推荐(0)
摘要: 配置在application.yml文件中 pom里的配置 在<build>中 阅读全文
posted @ 2019-03-26 17:42 無玑小姐 阅读(276) 评论(0) 推荐(0)
摘要: 此文章记录在spring boot项目中的使用 1,在项目的启动类中加注解@EnableScheduling,表示此项目可以进行定时 2,在要定时的类中 3,@Scheduled(cron = " ")表达式 1.Seconds Minutes Hours DayofMonth Month Dayo 阅读全文
posted @ 2019-03-26 17:30 無玑小姐 阅读(275) 评论(0) 推荐(0)
摘要: 项目中需要用到操作properties文件中的数据,记录一下 阅读全文
posted @ 2019-03-26 17:20 無玑小姐 阅读(6364) 评论(0) 推荐(3)