欢迎来到我的博客小站。  交流请加我微信好友: studyjava。  也欢迎关注公众号:Java学习之道 Fork me on GitHub
摘要: SpringCloud学习中遇到的一些bug分享给大家,避免再次踩坑。There was a problem with the instance info replicator;实体类转化出错: disable SerializationFeature.FAIL_ON_EMPTY_BEANS;This application has no explicit mapping for /error, so you are seeing this as a fallback;message:Request method 'POST' not supported;Error creating bean with name 'eurekaAutoServiceRegistration';Read timed out;解决第一次请求报超时异常的方案;Cannot execute request on any known server;com.netflix.client.ClientException: Load balancer does not have available server fo 阅读全文
posted @ 2018-12-22 18:40 淼淼之森 阅读(6158) 评论(0) 推荐(0) 编辑
摘要: 详细讲解SpringBoot利用注解创建静态定时任务,利用接口创建动态定时任务,利用@EnableAsync和@Async创建多线程定时任务 阅读全文
posted @ 2018-12-22 18:12 淼淼之森 阅读(525934) 评论(21) 推荐(545) 编辑
  👉转载请注明出处和署名