下载本资源原文网址:http://www.daima.org/java/java9636.html Manytree Mall(多树开源商城)是一个由多个微服务(spring boot 2x, spring cloud)以及前端(angular)来组建的一个小型多用途项目。 Manytree Mall安装步骤: 快速开始(需要本地安装Docker) 方式一. 所有子模块在一个Docker镜像中 # 以下脚本在同一目录下,(用户名:haolinwei2015@gmail.com,密码:root,注册激活码:123456,重置密码令牌:123456789) sh hello-world-aio.sh 方式二. 所有子模块作为单独的Docker镜像 # 以下脚本在同一目录下,(用户名:haolinwei2015@gmail.com,密码:root,注册激活码:123456,重置密码令牌:123456789) sh hello-world.sh 选择方式一或二后,打开以下URL来开始吧~ 多树商城 (简体中文) http://localhost:4200/zh-Hans/index.html (英文) http://localhost:4200/index.html 管理后端 (英/中) http://localhost:4300/index.html |