求助!求助!APollo配置中心服务端启动报错
报错信息:Config service failed to start in 120 seconds! Please check ./service/apollo-service.log for more information. 一步步照官方文档做的,卡了很久不知道是什么原因,该想的办法都想了,例如修改demo.sh里 declare -i max_counter=24 # 24*5=120s 为declare -i max_counter=48 # 24*5=120s,网上还有说把config_server_url=http://localhost:8080;admin_server_url=http://localhost:8090;
eureka_service_url=$config_server_url/eureka/;portal_url=http://localhost:8070的localhost改成和连接数据库一样的地址的,所有办法都试了,还是不能启动。