会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
o_osky
博客园
首页
新随笔
联系
管理
订阅
04 2020 档案
CSRF&CORS解析
摘要:文章转载于 https://www.cnblogs.com/lailailai/p/4528092.html 下面转的两篇文章分别说明了以下两个概念和一些解决方法: 1. CSRF - Cross-Site Request Forgery - 跨站请求伪造 2. CORS - Cross Origi
阅读全文
posted @
2020-04-30 11:31
o_osky
阅读(338)
评论(0)
推荐(0)
springboot 2.12版本 项目不能注入RedisTemplate Bean问题
摘要:在springboot项目中,需要使用RedisTemplate类时,提示不能够自动注入, 项目中在引入RedisTemplate类时,引入的jar包依赖为: 1 <dependency> 2 <groupId>org.springframework.data</groupId> 3 <artifa
阅读全文
posted @
2020-04-16 14:51
o_osky
阅读(1102)
评论(2)
推荐(0)
docker 常用命令
摘要:在docker内部重启服务 supervisorctl restart all
阅读全文
posted @
2020-04-15 10:30
o_osky
阅读(151)
评论(0)
推荐(0)
Es spring data jpa 修改连接配置
摘要:使用Spring Data Elasticsearch连接elasticsearch时,正常情况下只需要在application.properites文件中添加如下配置即可连接: spring.data.elasticsearch.repositories.enabled = true spring
阅读全文
posted @
2020-04-08 09:58
o_osky
阅读(1032)
评论(0)
推荐(0)
公告