会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
verlout
博客园
首页
新随笔
联系
订阅
管理
2020年5月20日
linux修改时区
摘要: ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
阅读全文
posted @ 2020-05-20 15:12 verlout
阅读(121)
评论(0)
推荐(0)
2020年5月19日
linux防火墙命令
摘要: /sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT 通过80端口的入站请求放行
阅读全文
posted @ 2020-05-19 08:56 verlout
阅读(146)
评论(0)
推荐(0)
2020年5月13日
docker run <image-id>和 docker start <container-id>
摘要:
阅读全文
posted @ 2020-05-13 16:25 verlout
阅读(2622)
评论(0)
推荐(0)
2020年1月19日
spring集成shiro,事务失效问题 not eligible for auto-proxying
摘要: BeanPostProcessor bean实例化顺序有关,@Configuration会最先实例化,也就是在spring启动完成之前。 导致Configuration中使用的注入,没能在spring中被代理 还不晓得怎么搞,因为我要重写shirofilter
阅读全文
posted @ 2020-01-19 11:04 verlout
阅读(960)
评论(0)
推荐(0)
2019年8月5日
spring cloud 路由
摘要: Spring Cloud Feign:用于微服务之间,只映射内网ip Spring Cloud Gateway:用于服务端,对外开放的接口,对外统一访问gateway映射的ip 是这样吗? 但是这样权限如何控制? 还得再想想
阅读全文
posted @ 2019-08-05 17:19 verlout
阅读(225)
评论(1)
推荐(0)
2019年8月2日
spring cloud eureka + feign,api远程调用
摘要: 网上教程不少,有些就是复制粘贴,不结合实际生产。 eureka不再阐述。 一般正常开发会有多个工程,且多个module。 我的习惯是: eureka server、权限、config、gateway 这类插件放在一个工程 Server 其它实际业务 Client Client中会存在于多个modul
阅读全文
posted @ 2019-08-02 15:33 verlout
阅读(1581)
评论(0)
推荐(0)
2019年4月10日
Mapper没有注入, UnsatisfiedDependencyException
摘要: 加包扫描 @MapperScan()
阅读全文
posted @ 2019-04-10 00:09 verlout
阅读(768)
评论(0)
推荐(0)
2019年3月28日
Caused by: java.lang.IllegalStateException: RedisConnectionFactory is required
摘要: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'redisTemplate' defined in class path resource [com/zhangdi/dem
阅读全文
posted @ 2019-03-28 23:09 verlout
阅读(9103)
评论(0)
推荐(1)
serialVersionUID
摘要: 相当于版本号
阅读全文
posted @ 2019-03-28 22:32 verlout
阅读(124)
评论(0)
推荐(0)
io.lettuce.core.RedisCommandTimeoutException: Command timed out
摘要: 遇到的情况是 redis timeout时间设置过短(我设置成0了),默认多少也查不到
阅读全文
posted @ 2019-03-28 22:09 verlout
阅读(4149)
评论(0)
推荐(0)
下一页
公告