×
请登录
账号
密码
登录 Use it
博客
随笔
spring
devops
软件安装与使用
docker
maven
数据库
springboot
java
标签
登录
spring-boot---feign调用问题
feign 调用问题 一、Read timed out问题 问题描述 feign调用超时,会出现这个问题。 一般来说当我们的业务需要处理的时间很大时,会出现这个问题。例如,上传excel文件。 那这里我们可以进行feign的超时时间设置。这里只针...
anjingsi
springboot
1年前
412
0
flowable--springboot集成(一)
flowable--springboot集成(一) 以版本号:6.3.0,在线文档:https://tkjohn.github.io/flowable-userguide/#configurationRoot [TOC] 一、引入版本号 &l...
傻男人
springboot
1年前
1032
0
springboot启动常见的错误
springboot启动常见的错误 一、引入druid后出现错误 Description: Failed to configure a DataSource: 'url' attribute is not specified and no emb...
傻男人
springboot
1年前
951
0
Springboot集成Prometheus
Springboot集成Prometheus 添加依赖pom依赖 <!-- 监控 --> <dependency> <groupId>org.springframework.boot</groupId&g...
anjingsi
springboot
1年前
542
0
nacos--springcloud集成
nacos--springcloud集成 这里使用nacos客户端的版本为2.0.3 引依赖 版本依赖关系 需注意版本直接的相关依赖,这里我选择 springboot :2.2.4.RELEASE springcloud :Hoxton.S...
傻男人
springboot
1年前
623
0
常用的yml配置
常用的yml配置 一、redis spring: redis: host: localhost port: 6379 shutdown-timeout: 100 database: 3 lettuce: pool: max-idle: 8 min...
傻男人
springboot
1年前
718
0
gateway网关的一般常用配置说明
gateway网关的一般常用配置说明 路由网关的配置 一、开启服务id去注册中心获取转发的地址 spring: cloud: gateway: # 设置与服务注册发现组件结合,这样可以采用服务名的路由策略 discovery: locator: ...
傻男人
springboot
1年前
640
0
spingboot自动装配
spingboot自动装配 从Application类的@SpringBootApplication注解开始: @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @Docu...
anjingsi
springboot
1年前
813
0
1
热门文章
1.
docker swarm安装与简单的使用
2.
docker GUI
3.
docker的安装
4.
Linux常用的命令
5.
docker私仓
6.
idea好用的插件
最新发布
1.
本地安装ollama与deepseek-r1模型
2.
nginx 配置
3.
netty-handler
4.
kafka的使用
5.
Liunx 操作
6.
ffmpeg 安装
最新评论