今天在使用springboot 2.0的spring cloud config进行配置中心的验证git文件更新后,手动调用/actuator/bus-refresh端口时使用POST的方式出现以下错误
{ "timestamp": "2018-10-22T08:31:08.684+0000", "status": 405, "error": "Method Not Allowed", "message": "Request method 'POST' not supported", "path": "/actuator/bus-refresh" }
配置文件在configServer端如下:
management.endpoints.web.exposure.include="*"
这个问题就应该出现在这个配置上面,把"*"修改为*或者bus-refresh就不会出现这种问题了,这个问题找了很久才发现,也是让人郁闷。
在客户端也需要注意,需要在配置文件中使用
management.endpoints.web.exposure.include=bus-refresh
才能自动刷新缓存中的配置信息。
更多信息可以参考我的代码https://github.com/422518490/orderSystem.git
相关推荐
本项目示例基于spring boot 最新版本(2.1.9)实现,Spring Boot、Spring Cloud 学习示例,将持续更新…… 在基于Spring Boot、Spring Cloud 分布微服务开发过程中,根据实际项目环境,需要选择、集成符合项目...
在微服务架构中,Spring Cloud Config 是一个强大的分布式配置中心,它允许开发人员将应用程序的配置存储在远程仓库中,并且可以在运行时动态地管理和更新这些配置,无需重启应用。这个特性对于大型分布式系统来说...
Spring Cloud Admin 是一个基于 Spring Boot Actuator 扩展的微服务管理 UI,它提供了一种可视化的方式来监控和管理 Spring Cloud 应用程序。这个项目在 GitHub 上由 wxiaoqi 维护,链接为 <https://github....
这个"Spring Cloud Config Demo"是一个实例,用于演示如何使用Spring Cloud Config进行配置管理。 在Spring Cloud Config中,主要涉及两个核心组件:Config Server(配置服务器)和Config Client(配置客户端)。...
赠送jar包:spring-boot-actuator-autoconfigure-2.3.12.RELEASE.jar; 赠送原API文档:spring-boot-actuator-autoconfigure-2.3.12.RELEASE-javadoc.jar; 赠送源代码:spring-boot-actuator-autoconfigure-2.3.12....
Spring Cloud Config 是一个用于管理应用配置的微服务框架,它允许开发者在开发、测试和生产环境中,以集中化、外部化的方式管理应用的配置。这个框架使得配置可以在不同的环境之间轻松切换,为分布式系统的配置管理...
赠送jar包:spring-boot-actuator-autoconfigure-2.5.5.jar; 赠送原API文档:spring-boot-actuator-autoconfigure-2.5.5-javadoc.jar; 赠送源代码:spring-boot-actuator-autoconfigure-2.5.5-sources.jar; 赠送...
赠送jar包:spring-boot-actuator-autoconfigure-2.3.12.RELEASE.jar; 赠送原API文档:spring-boot-actuator-autoconfigure-2.3.12.RELEASE-javadoc.jar; 赠送源代码:spring-boot-actuator-autoconfigure-2.3.12....
赠送jar包:spring-boot-actuator-autoconfigure-2.6.3.jar; 赠送原API文档:spring-boot-actuator-autoconfigure-2.6.3-javadoc.jar; 赠送源代码:spring-boot-actuator-autoconfigure-2.6.3-sources.jar; 赠送...
赠送jar包:spring-boot-actuator-autoconfigure-2.2.0.RELEASE.jar; 赠送原API文档:spring-boot-actuator-autoconfigure-2.2.0.RELEASE-javadoc.jar; 赠送源代码:spring-boot-actuator-autoconfigure-2.2.0....
赠送jar包:spring-boot-actuator-autoconfigure-2.2.0.RELEASE.jar; 赠送原API文档:spring-boot-actuator-autoconfigure-2.2.0.RELEASE-javadoc.jar; 赠送源代码:spring-boot-actuator-autoconfigure-2.2.0....
赠送jar包:spring-boot-actuator-autoconfigure-2.0.4.RELEASE.jar; 赠送原API文档:spring-boot-actuator-autoconfigure-2.0.4.RELEASE-javadoc.jar; 赠送源代码:spring-boot-actuator-autoconfigure-2.0.4....
- [spring-boot-actuator](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-actuator):Spring Boot Actuator 使用示例 - [spring-boot-admin-simple]...
【Spring Cloud Config与Bus实现分布式配置中心】 在现代微服务架构中,分布式配置中心成为必不可少的组件,它允许开发者在不重启服务的情况下实时更新配置,提高运维效率。Spring Cloud Config结合Bus工具,提供了...
Spring Boot Actuator是一个为Spring Boot应用程序提供生产级别的功能监控和管理的工具。它提供了一系列API端点,允许我们深入应用程序的内部工作情况,如度量收集、应用健康状况、审计事件、环境信息、Bean信息等。...
赠送jar包:spring-boot-actuator-2.5.5.jar; 赠送原API文档:spring-boot-actuator-2.5.5-javadoc.jar; 赠送源代码:spring-boot-actuator-2.5.5-sources.jar; 赠送Maven依赖信息文件:spring-boot-actuator-...
- chapter1:[基本项目构建(可作为工程脚手架),引入...由于Spring Cloud偏宏观架构,Spring Boot偏微观细节,内容上越来越多,为了两部分内容不互相干扰,所以迁移Spring Cloud内容到:[SpringCloud-Learning项目]...
http://localhost:8080/actuator/refresh 必须是post方式访问 查看配置 :http://localhost:8081/cloud-config/simple2 查看配置效果:http://localhost:8080/index 注意: 测试了下配置文件好像要放到spring cloud ...
- 使用 Spring Boot Actuator,我们可以监控 Config Server 和 Client 的运行状态,包括配置的拉取和更新操作,以便于调试和性能优化。 综上所述,Spring Cloud Config 提供了一个强大且灵活的配置管理解决方案,...
赠送jar包:spring-boot-actuator-2.3.12.RELEASE.jar; 赠送原API文档:spring-boot-actuator-2.3.12.RELEASE-javadoc.jar; 赠送源代码:spring-boot-actuator-2.3.12.RELEASE-sources.jar; 赠送Maven依赖信息...