You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
381 B
14 lines
381 B
6 years ago
|
# 开放平台网站
|
||
|
|
||
|
包括文档功能,用户注册等,具体业务需要自己实现。
|
||
|
|
||
|
前后端分离
|
||
|
|
||
|
- website-front: 前端页面
|
||
|
- website-server: 后台接口
|
||
|
|
||
|
## 使用方式
|
||
|
|
||
|
- 确保注册中心、网关、微服务正常启动
|
||
|
- 启动website-server(运行WebsiteServerApplication.java)
|
||
|
- 找到sop-website/website-front/pages/doc/doc.html,IDEA下右键--Debug
|