集成SpringCloudBus,但没有总线通知更改
配置服务端别忘了添加以下2个依赖
implementation("org.springframework.cloud:spring-cloud-config-server")
implementation group: 'org.springframework.cloud', name: 'spring-cloud-config-monitor'
DEMO示例:https://github.com/starSmallDream/SpringCloudExample
复制请注明出处,在世界中挣扎的灰太狼