会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小样、了解一下
博客园
首页
新随笔
联系
订阅
管理
2021年5月24日
RestTemplate的使用
摘要: RestTemplate实现http和https方式的远程调用 依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </depende
阅读全文
posted @ 2021-05-24 16:31 小样、了解一下
阅读(152)
评论(0)
推荐(0)
2021年5月17日
SpringBoot整合FastFDS
摘要: docker安装FastFDS: #拉取镜像 docker pull delron/fastdfs #创建文件夹 mkdir -p /var/fdfs/tracker mkdir -p /var/fdfs/storage #构建tracker容器 docker run -d --network=ho
阅读全文
posted @ 2021-05-17 16:38 小样、了解一下
阅读(97)
评论(0)
推荐(0)
2021年5月14日
Elasticsearch的安装
摘要: 1、安装 JDK 。 2、修改 /etc/security/limits.conf ,在此配置中增加以下内容。 root soft nofile 65535 root hard nofile 65535 * soft nofile 65535 * hard nofile 65535 修改完成后同时使
阅读全文
posted @ 2021-05-14 15:24 小样、了解一下
阅读(62)
评论(0)
推荐(0)
公告