摘要:
####在项目使用feign拉取其他项目的服务时会报错Load balancer does not have available server for client ####修改配置文件 添加fetch-registry: true # eureka config eureka: instance: 阅读全文
摘要:
###进入/etc/my.cnf vim /etc/my.cnf ###在[mysql]下添加 skip-grang-tables #启动安全模式 ###重启mysql服务 service mysql restart ###登录mysql,输入密码时直接回车 ###进入到mysql后,先切换成mys 阅读全文