# SpringCloud-One **Repository Path**: lixing20080830/SpringCloud-One ## Basic Information - **Project Name**: SpringCloud-One - **Description**: 第三阶段 分布式架构设计&微服务深入剖析 模块四 SpringCloud组件设计原理及实战(上) 本模块对SpringCloud的一些高级特性,例如链路追踪设计原理及Sleuth+Zipkin、Spring Cloud Alibaba等进行讲解。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-30 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 操作说明 web存放页面和nginx配置文件 1.将web 文件夹下的default.conf文件放到nginx的conf文件夹下 2.将web 文件夹下的index.html,reg.html,login.html这三个页面放到nginx的html文件夹下,原先的index.html可以重命名一下 数据库配置 1.创建数据库springcloud,数据库用户名是root,密码是123456 2.在新建的数据库中建表,建表语句是springcloud.sql lagou-parent 存放具体项目 1.在idea中依次启动 eurkaserver8761 eurekaserver8762 configserver9006 codeApp userApp emailApp gateway9002 这7个服务 2.启动成功后在浏览器中输入下面的地址 http://localhost/login.html