- 博客(13)
- 资源 (81)
- 论坛 (2)
- 收藏
- 关注
原创 org.apache.maven.archiver.MavenArchiver.getManifest(org.apache.maven.project.MavenProject, org.apach
org.apache.maven.archiver.MavenArchiver.getManifest(org.apache.maven.project.MavenProject, org.apache.maven.archiver.MavenArchiveConfiguration)错误原因:maven的配置文件不是最新的解决办法:依次点击help -->Install Ne...
2018-09-29 11:54:29
24973
原创 Turbine监控多个服务,配置后,出现只监控到一部分服务情况
Turbine监控多个服务,配置后,出现只监控到一部分服务情况错误原因:配置有问题解决办法:application.xml配置如下:# 0、配置多个监控服务turbine: appConfig: microservice-consumer-goods-feign-with-hystrix,microservice-consumer-goods-ribbon-with-h...
2018-09-26 20:11:49
25202
原创 HTTP Status 500 - Request processing failed; nested exception is org.apache.ibatis.binding.BindingEx
HTTP Status 500 - Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)问题如下:四月 09, 2018 10:06:36 上午 org.apache.catalina.cor...
2018-09-20 18:06:17
24945
原创 Spring Boot提供Actuator对应用系统的自省和监控的集成功能
Health Indicator访问无结果错误原因:未导入依赖包版本原因导致访问方式改变了解决办法:导入依赖包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</ar...
2018-09-19 16:32:54
24513
原创 turbine.stream一直是ping……
turbine.stream一直是ping错误原因:因为没有请求任何东西,所以看不到内容;缺少配置监控的依赖Eureka服务注册中心未将自己作为客户端来尝试注册它自己# 注册Eureka服务eureka: client: register-with-eureka: false fetch-registry: false缺少配置监控的依赖解决办法:...
2018-09-19 13:55:08
26204
1
原创 hystrix.stream一直是ping……
hystrix.stream一直是ping错误原因:因为没有请求任何东西,所以看不到内容;缺少配置监控的依赖配置环境不完善解决办法:访问一下其他服务,比如http://localhost:9000/goods/2(自己写的一个服务)即可看到内容客服端添加依赖 <!-- Actuator是SpringBoot提供的对应用系统的自省和监控的集成功能,可以查看应用配置的...
2018-09-19 13:54:35
28155
3
原创 This application has no explicit mapping for /error, so you are seeing this as a fallback
This application has no explicit mapping for /error, so you are seeing this as a fallback.错误原因: 很可能是你Application启动类放的位置不对。要将Application放在最外层,也就是要包含所有子包。解决办法: 将Application放在最外层,也就是要包含所有子包。...
2018-09-17 21:52:13
25153
原创 message:Request method 'POST' not supported
message:Request method ‘POST’ not supportedThere was an unexpected error (type=Internal Server Error, status=500).status 405 reading UserFeignClient#getUser(User); content: {“timestamp”:“2018-09-07T...
2018-09-17 21:51:32
26557
原创 Error creating bean with name 'eurekaAutoServiceRegistration'
Error creating bean with name ‘eurekaAutoServiceRegistration’org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name ‘eurekaAutoServiceRegistration’: Singleto...
2018-09-17 21:43:26
32174
2
原创 com.netflix.client.ClientException: Load balancer does not have available server for client: microse
com.netflix.client.ClientException: Load balancer does not have available server for client: microservice-provider-user错误原因:消费者调用服务时无服务可用解决办法:确定本机是否关闭防火墙是否导入eureka的jar包 <!-- 注册Eureka服务 --...
2018-09-17 21:40:03
27171
原创 Unable to connect to Command Metric Stream
Unable to connect to Command Metric Stream错误原因:配置文件不完整解决办法:Hystrix Metrics Stream要启用Hystrix度量标准流,请在spring-boot-starter-actuator上包含依赖项,并设置management.endpoints.web.exposure.include:hystrix.stream。...
2018-09-17 21:39:05
24804
原创 There was a problem with the instance info replicator
There was a problem with the instance info replicator错误原因:该服务尝试将自己作为客服端注册解决办法:在application.yml配置文件中,设置# 注册Eureka服务eureka: client: # Eureka服务注册中心会将自己作为客户端来尝试注册它自己,必須禁止 register-with-e...
2018-09-17 21:36:56
48689
原创 eclipse中的.yml和.properties文件没有绿色叶子图标
文章目录0、首先确认正确安装了STS插件a、在线安装(推荐)b. 离线安装1、解决在eclipse中已经正确完美的安装了STS,但是.yml和.properties文件仍没有绿色叶子图标。0、首先确认正确安装了STS插件要在eclipse使用spring boot创建项目,必须先安装STS(Spring Tool Suite (STS) for Eclipse),如果网速给力的话可以选择在线安...
2018-09-17 21:18:49
31368
oracle-instantclient11.1-sqlplus-11.1.0.7.0-1.x86_64
2018-08-16
jna-3.0.9.jar和jna-examples.jar.zip
2020-07-29
Google工程实践文档.zip
2020-04-16
nginx-1.12.2.zip
2020-03-22
telnet-server-0.17-48.el6.x86_64.zip
2019-05-16
Xshell-6.0.0118和Xftp-6.0.0111(官方下载的学生版)
2019-03-26
WSN无线传感器网络的分簇仿真Matlab代码大全
2019-03-26
Docker全攻略(高清有书签)
2018-12-05
microservice-simple.zip
2018-08-29
instantclient-basiclite-windows.x64-11.2.0.4.0
2018-08-17
scala-SDK-4.4.1-vfinal-2.11-linux.gtk.x86_64.tar
2018-06-26
commons-pool-1.5.4.jar.zip
2018-06-20
spark-2.1.1-bin-hadoop2.7
2018-06-20
.netframework4.0.30319
2018-05-24
PowerShellServer V6.exe
2018-04-18
MobiusStrip的留言板
发表于 2020-01-02 最后回复 2020-01-02
编译时xml文件总是出错
发表于 2017-02-12 最后回复 2017-02-12
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人 TA的粉丝