会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
会游泳的小猪
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
下一页
2020年11月12日
ensure that AopContext.currentProxy() is invoked in the same thread as the AOP invocation context
摘要: Cannot find current proxy: Set 'exposeProxy' property on Advised to 'true' to make it available, and ensure that AopContext.currentProxy() is invoked
阅读全文
posted @ 2020-11-12 16:44 会游泳的小猪
阅读(1908)
评论(0)
推荐(0)
2020年11月7日
docker-compose 安装
摘要: curl -L https://github.com/docker/compose/releases/download/1.25.0-rc4/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose chmod +x
阅读全文
posted @ 2020-11-07 01:26 会游泳的小猪
阅读(69)
评论(0)
推荐(0)
2020年11月5日
NoClassDefFoundError: org/springframework/data/convert/CustomConversions
摘要: 注释掉下面的<!--<dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-commons</artifactId> <version>1.12.1.RELEASE</version></dep
阅读全文
posted @ 2020-11-05 21:21 会游泳的小猪
阅读(2319)
评论(0)
推荐(0)
2020年10月31日
is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) spring boot shiro 启动异常,卡住了。
摘要: spring boot shiro 启动异常,卡住了。 大概的意思就是 ShiroFilterFactoryBean 会依赖注入 securityManager 然后 securityManager 会注入自定义 Realm 然后自定义Realm类里面会注入业务的service类,而那些servic
阅读全文
posted @ 2020-10-31 18:49 会游泳的小猪
阅读(2716)
评论(0)
推荐(0)
2020年10月25日
spring boot bootstrap 文件 不加载 失效, 没有spring图标
摘要: 需要在spring cloud 架构下, bootstrap文件 才会生效的,pom.xml 里面引入配置中心的jar <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba
阅读全文
posted @ 2020-10-25 20:08 会游泳的小猪
阅读(1044)
评论(0)
推荐(0)
2020年10月15日
IntelliJ IDEA报错Error:java: Compilation failed: internal java compiler error的解决办法
摘要: IntelliJ IDEA报错Error:java: Compilation failed: internal java compiler error的解决办法 解决方法如下: 在setting-->Build,Execution,Deployment-->Compiler 中找到build pro
阅读全文
posted @ 2020-10-15 18:41 会游泳的小猪
阅读(577)
评论(0)
推荐(0)
2020年10月1日
spring cloud alibaba dubbo
摘要: https://github.com/alibaba/spring-cloud-alibaba/blob/master/spring-cloud-alibaba-examples/spring-cloud-alibaba-dubbo-examples/README_CN.md
阅读全文
posted @ 2020-10-01 22:44 会游泳的小猪
阅读(87)
评论(0)
推荐(0)
2020年9月15日
redis 新增节点和删除节点
摘要: redis集群动态增加或者删除节点 前言 首先新增需要添加的节点,这里添加7007 和 7008 修改一些配置文件信息,参考集群配置。 然后启动相应的节点 添加节点到集群 127.0.0.1:7007 是新增节点 127.0.0.1:7001 是已经新增集群节点(这里可以随便写一个已知的集群节点 i
阅读全文
posted @ 2020-09-15 10:19 会游泳的小猪
阅读(772)
评论(0)
推荐(0)
2020年8月29日
dubbo源码解析——服务启动
摘要:
阅读全文
posted @ 2020-08-29 10:47 会游泳的小猪
阅读(144)
评论(0)
推荐(0)
2020年8月27日
浅显易懂说 hashCode() equals()
摘要: hashCode() equals() 的逻辑关系是很抽象的。 首先要弄明白两个原理: 1,为什么不同的对象,会在特殊情况下却有相同的hashCode。可以举个例子吗? 这个涉及数据结构的知识,目前我正在研究这个问题,以后探讨。 2,两个相同的对象,hashCode一定是相同的。 根据上面的推导,j
阅读全文
posted @ 2020-08-27 12:11 会游泳的小猪
阅读(192)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告