根据Apollo官方Quick Start安装本地版本。
在Git Bash命令窗口中启动本地Apollo:
./demo.sh start
在浏览器中登录Apollo管理界面
地址:localhost:8070
缺省账户:apollo/admin
依次创建如下项目,并导入config中对应的配置文件
- registry
- account-service
- statistics-service
- notification-service
- gateway
依次review上面五个项目中的application.propreties
文件,确保apollo配置正确。