Spring Cloud Config Server Can't locate PropertySource on startup

后端 未结 3 1607
眼角桃花
眼角桃花 2021-01-04 04:45

When I start my Spring Cloud Config Server I get the following error.

Could not locate PropertySource: I/O error on GET request for \"http://localhost:8888/c         


        
3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-04 05:42

    If your config server is not intended to be a config client as well you need to set spring.cloud.config.enabled=false to avoid that log entry (it's harmless though).

提交回复
热议问题