请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

6-3节,第6分39秒,根据视频教程启动拆分后的order,将application.yml修改成bootstrap.yml,启动报错

order-dev.yml 文件能在git上获取到本地来
config.yml配置项
spring:
application:
name: springcloud-config
cloud:
config:
server:
git:
uri: https://gitee.com/wuxichao/config-repo.git
username: xxx
password: xxx
basedir: D:Git mpconfigasedir
eureka:
instance:
hostname: localhost
client:
service-url:
defaultZone: http://localhost:8761/eureka/

order-dev.yml 配置项
spring:
application:
name: eureka-order
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
username: ****
password: ****
url: jdbc:mysql://47.104.238.212:3306/springcloudallowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8
jap:
show-sql: true
eureka:
client:
service-url: #Eureka Server 注册中心的地址用于client 与server进行交流
defaultZone: http://localhost:8761/eureka/
fetch-registry: true #表示从fetch server 获取注册信息
env:
dev

图片描述

正在回答 回答被采纳积分+3

1回答

廖师兄 2020-05-06 11:09:48

重复问题。https://coding.imooc.com/learn/questiondetail/184904.html

请编辑原问题,不要新开问题。

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信