接上篇
一、修改application.yml
添加配置
# 安全认证的配置
security:
basic:
enabled: true #是否开启
user:
name: ershuai # 用户名
password: 123456 # 用户密码
二、修改application-1001.yml
修改defaultZone,在http://和localhost之间添加帐号、密码的配置
eureka:
client:
service-url:
defaultZone: http://ershuai:123456@localhost:1002/eureka,http://ershuai:123456@localhost:1003/eureka
启动后,再次访问