|
|
@@ -9,4 +9,10 @@ go build
|
|
|
运行 》 启动高度
|
|
|
|
|
|
Swagger调试:
|
|
|
-http://127.0.0.1:[ListenAddress]/swagger/index.html
|
|
|
+http://127.0.0.1:[ListenAddress]/swagger/index.html
|
|
|
+
|
|
|
+
|
|
|
+商品盘面获取配置:
|
|
|
+<MySQLSetting>节点
|
|
|
+Enabled=0: 商品盘面从Redis获取, 配合使用新存储服务“quote_historystorage_nomysql” 。MySQL其它配置不需要
|
|
|
+Enabled=1: 商品盘面从MySQL获取, 依旧使用旧存储服务“quote_historystorage” 。MySQL其它配置需要
|