spring.application.name=gulimall-auth-server
spring.cloud.nacos.discovery.server-addr=127.0.0.1:8848
server.port=20000
启动gulimall-auth-server服务
复制登录页面的index.html页面,改名为login.html
注册页面index.html改名为 reg.html
192.168.150.137 auth.gulimall.com
将注册的文件复制到nginx/html/static/reg文件夹中
登录页面的静态资源也复制
reg.html
重启网关,认证服务
http://auth.gulimall.com/
成功访问