会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
天生自然
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2022年7月25日
解决:hystrix.stream访问出现404问题
摘要: 原因:springboot版本问题 解决:在启动类增加下面代码,然后重新启动项目 package com.forezp; import com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsStreamServlet; impor
阅读全文
posted @ 2022-07-25 16:59 吴裕雄
阅读(168)
评论(0)
推荐(0)
编辑
解决:idea不同端口号同时多次启动同一个项目——模拟集群
摘要: -Dserver.port= https://blog.csdn.net/suixinfeixiangfei/article/details/124401801
阅读全文
posted @ 2022-07-25 15:08 吴裕雄
阅读(299)
评论(0)
推荐(0)
编辑
mybatis-plus自定义代码模板
摘要: http://www.manongjc.com/article/47597.html
阅读全文
posted @ 2022-07-25 11:07 吴裕雄
阅读(84)
评论(0)
推荐(0)
编辑
解决:public abstract java.lang.Class org.mybatis.spring.annotation.MapperScan.factoryBean()
摘要: https://blog.csdn.net/weixin_50060275/article/details/115690015
阅读全文
posted @ 2022-07-25 10:24 吴裕雄
阅读(561)
评论(0)
推荐(0)
编辑
解决:freemarker/template/Configuration
摘要: 增加下面这个依赖: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-freemarker</artifactId> <version>2.4.4</version> </
阅读全文
posted @ 2022-07-25 09:57 吴裕雄
阅读(475)
评论(0)
推荐(0)
编辑