摘要: springboot xml文件动态读取yml文件配置信息,在不同环境下读取对应配置文件的参数信息 1.借助springboot springProperty的标签实现 2.yml文件配置参数 阅读全文
posted @ 2019-09-03 16:41 yu_fly 阅读(9556) 评论(2) 推荐(0)
摘要: mysql定时任务查看是否有开启event_schedulershow variables like "%event_sche%"; 打开event_schedulerset global event_scheduler=1;关闭event_schedulerset global event_sch 阅读全文
posted @ 2019-09-03 10:13 yu_fly 阅读(197) 评论(0) 推荐(0)
摘要: 1.模拟一个监控系统的实现 阅读全文
posted @ 2019-09-03 09:20 yu_fly 阅读(304) 评论(0) 推荐(0)