# spring-cloud-two **Repository Path**: lixing20080830/spring-cloud-two ## Basic Information - **Project Name**: spring-cloud-two - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-07 - **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 nacos-servcer 下载并启动,端口使用默认的8848 lagou-parent 存放具体项目 1.在idea中依次启动 codeApp userApp emailApp gateway9002 这4个服务 2.启动成功后在浏览器中输入下面的地址 http://localhost/login.html