域名跳转环境

修改本机 hosts 文件:

  1. # guli mall #
  2. 192.168.163.131 gulimall.com
  3. 192.168.163.131 search.gulimall.com
  4. 192.168.163.131 item.gulimall.com

配置网关

  1. - id: mall_host_route
  2. uri: lb://mall-product
  3. predicates:
  4. - Host=gulimall.com, item.gulimall.com

静态页面

将 item.html 放在templates 目录下,静态文件可以选择放在 nginx 目录下实现动静分离,我这里还选择放在项目的 static 目录下。
商品详情 - 图1

详细详情页实现代码请参考:Github