Files
SOP/sop-website/readme.md
tanghc 2f2b52a5dd 1.3.0
2019-04-15 20:11:18 +08:00

14 lines
381 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 开放平台网站
包括文档功能,用户注册等,具体业务需要自己实现。
前后端分离
- website-front: 前端页面
- website-server: 后台接口
## 使用方式
- 确保注册中心、网关、微服务正常启动
- 启动website-server(运行WebsiteServerApplication.java)
- 找到sop-website/website-front/pages/doc/doc.htmlIDEA下右键--Debug