
springboot
秋枫落叶_andy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hbase-client-1.2.1 和 guava jar包冲突问题
springboot嵌入swagger 同时需要访问hbase的场景com.google.common.collect.FluentIterable.concat 报错Caused by: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: com.google.common.collect.FluentIterable.concat(Ljava/lang/Iterable;Ljava/lang/I原创 2021-02-05 12:44:11 · 1087 阅读 · 2 评论 -
shedlock 启动失败问题。No qualifying bean of type 'net.javacrumbs.shedlock.core.LockProvider' available
网上找了很多资料,还是一头雾水。有人说是版本问题。折腾好几个版本。发现依然报错。springboot2.1.5版本<dependency> <groupId>net.javacrumbs.shedlock</groupId> <artifactId>shedlock-spring</artifactId> &...原创 2020-03-02 20:22:21 · 2586 阅读 · 0 评论 -
springboot 定时器-cron
spirngboot 定时器案例基于注解 @Scheduled 默认为单线程import org.springframework.context.annotation.Configuration;import org.springframework.scheduling.annotation.EnableScheduling;import org.springframework.sched...原创 2019-08-07 20:25:32 · 1312 阅读 · 0 评论