|
@@ -1,17 +1,74 @@
|
|
|
|
|
|
|
|
|
|
## 启动流程
|
|
## 启动流程
|
|
-- 登录nacos后台,导入配置文件doc目录下的DEFAULT-GROUP.zip,修改common-dev.yml里面的redis配置信息为本地信息
|
|
|
|
-- 启动网关SpGatewayApplication.java
|
|
|
|
-- 启动SpAdminApplication.java后台管理
|
|
|
|
-- 启动其他服务....
|
|
|
|
|
|
+解压nacos.rar,导入数据库conf/nacos-mysql.sql
|
|
|
|
|
|
|
|
+将conf/application.properties中的数据库配置改成本地数据库的配置
|
|
|
|
+
|
|
|
|
+启动nacos,执行bin/startup.cmd脚本文件
|
|
|
|
+
|
|
|
|
+登录nacos后台,默认用户密码是nacos/nacos,导入配置文件doc目录下的DEFAULT-GROUP.zip,修改common-dev.yml里面的redis配置信息为本地信息
|
|
|
|
+
|
|
|
|
+修改项目nacos配置文件
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+```
|
|
|
|
+#本地nacosip地址
|
|
|
|
+spring.cloud.nacos.discovery.server-addr=127.0.0.1:8001
|
|
|
|
+### 用户名
|
|
|
|
+spring.cloud.nacos.discovery.username=nacos
|
|
|
|
+### naco密码
|
|
|
|
+spring.cloud.nacos.discovery.password=nacos
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+启动网关SpGatewayApplication.java
|
|
|
|
+
|
|
|
|
+启动SpAdminApplication.java后台管理
|
|
|
|
+
|
|
|
|
+启动其他服务....
|
|
|
|
+
|
|
|
|
+### yapi接口管理
|
|
|
|
+
|
|
|
|
+- #### 下载EasyYapi插件,然后配置server地址
|
|
|
|
+
|
|
|
|
+- #### yapi服务后台地址(server)
|
|
|
|
+
|
|
|
|
+```
|
|
|
|
+http://47.100.111.151:5000
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+- #### yapi(接口管理)对应项目token
|
|
|
|
+
|
|
|
|
+- 后台管理&权限
|
|
|
|
+
|
|
|
|
+```
|
|
|
|
+528795019a0befb0a568347eb5093f3aba61756970042028a6a3b9062f39ae8e
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+- 一级市场
|
|
|
|
+
|
|
|
|
+```
|
|
|
|
+f9844bd9bd5da8523be587252b387499af0ca06b6c6d6041992016e6aad6bed3
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+- 二级市场
|
|
|
|
+
|
|
|
|
+```
|
|
|
|
+4e5b0ba1cd7b94054390112ce9dadec38a1be4518ca2ef38b4c00c0a99cc4a4d
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+- 货运系统
|
|
|
|
+
|
|
|
|
+```
|
|
|
|
+336018d8e196e5ab764245b7d8a4eeba16466ede494491db05deb1a81bb92609
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+在线资料
|
|
|
|
|
|
-## 在线资料
|
|
|
|
- 官网首页:[http://sa-plus.dev33.cn/](http://sa-plus.dev33.cn/)
|
|
- 官网首页:[http://sa-plus.dev33.cn/](http://sa-plus.dev33.cn/)
|
|
- 在线演示:[http://demo.dev33.cn/sp-admin/index.html](http://demo.dev33.cn/sp-admin/index.html)
|
|
- 在线演示:[http://demo.dev33.cn/sp-admin/index.html](http://demo.dev33.cn/sp-admin/index.html)
|
|
- 在线文档: [http://sa-plus.dev33.cn/doc/index.html#/sp-cloud/README](http://sa-plus.dev33.cn/doc/index.html#/sp-cloud/README)
|
|
- 在线文档: [http://sa-plus.dev33.cn/doc/index.html#/sp-cloud/README](http://sa-plus.dev33.cn/doc/index.html#/sp-cloud/README)
|
|
-- 需求提交:[我们深知一个优秀的项目需要海纳百川,点我在线提交需求](http://sa-app.dev33.cn/wall.html?name=sa-plus)
|
|
|
|
- Gitee地址: [https://gitee.com/click33/sp-cloud](https://gitee.com/click33/sp-cloud)
|
|
- Gitee地址: [https://gitee.com/click33/sp-cloud](https://gitee.com/click33/sp-cloud)
|
|
|
|
|
|
|
|
|