This commit is contained in:
tanghc
2020-01-12 09:11:57 +08:00
parent 7d759024b7
commit c12eac02e6

View File

@@ -3,7 +3,7 @@
> 运行环境JDK8Maven3[Nacos](https://nacos.io/zh-cn/docs/what-is-nacos.html)Mysql
- 安装并启动Nacos[安装教程](https://nacos.io/zh-cn/docs/quick-start.html)
- 执行Mysql脚本`sop.sql`
- 执行Mysql脚本`sop.sql`(Mysql版本5.6+)5.6以下运行`sop-mysql5.6以下版本.sql`
- IDE安装lombok插件然后打开项目(IDEA下可以打开根pom.xml然后open as project)
- 启动网关打开sop-gateway下的`application-dev.properties`
1. 修改数据库`username/password`
@@ -22,4 +22,12 @@
登录账号admin/123456
## 启动文档中心
文档中心代码在sop-website工程中
- 确保注册中心、网关、微服务正常启动
- 修改sop-website下的application-dev.properties相关配置
- 运行WebsiteServerApplication.java
- 访问http://localhost:8083