本地Win10上已安装Jdk1.8、Mysql、Navicat、Idea;
apollo-master.zip
D:\YDSource\apollo-master
数据库用户名和密码:root/123456
新建三个Application启动项
-Dapollo_profile=github
-Dspring.datasource.url=jdbc:mysql://localhost:3306/apolloconfigdb?characterEncoding=utf8
-Dspring.datasource.username=root
-Dspring.datasource.password=123456
-Dlogging.file=D://apollo-assembly.log
--configservice --adminservice
-Dapollo_profile=github,auth
-Ddev_meta=http://localhost:8080/
-Dserver.port=8070
-Dspring.datasource.url=jdbc:mysql://localhost:3306/ApolloPortalDB?characterEncoding=utf8
-Dspring.datasource.username=root
-Dspring.datasource.password=123456
-Dlogging.file=D://apollo-portal.log
-Denv=dev
-Ddev_meta=http://localhost:8080
访问eureka地址:http://localhost:8080/
可以看到adminservice、configservice都启动了:
访问http://localhost:8070,结果如下
输入name后显示没有该值,如下所示:
在apollo中建立id为100004458的项目:
新增name的配置,并发布
发布的配置成功了
版权说明 : 本文为转载文章, 版权归原作者所有 版权申明
原文链接 : https://blog.csdn.net/sndayYU/article/details/97165983
内容来源于网络,如有侵权,请联系作者删除!