mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
Merge branch 'develop'
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# 常见问题
|
# 常见问题
|
||||||
|
|
||||||
|
## primordials is not defined
|
||||||
|
|
||||||
|
node版本太高导致与gulp版本不兼容,解决方法:node退回11版本。参考https://blog.csdn.net/zxxzxx23/article/details/103000393
|
||||||
|
|
||||||
## Nacos指定group
|
## Nacos指定group
|
||||||
|
|
||||||
可在配置文件中添加:`spring.cloud.nacos.discovery.group=xxx`指定group,不加默认是:DEFAULT_GROUP
|
可在配置文件中添加:`spring.cloud.nacos.discovery.group=xxx`指定group,不加默认是:DEFAULT_GROUP
|
||||||
|
@@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
# 初始化
|
# 初始化
|
||||||
|
|
||||||
|
安装node,建议安装11版本,12版本会有不兼容问题。
|
||||||
|
|
||||||
|
安装完毕执行:
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
# 启动
|
# 启动
|
||||||
|
Reference in New Issue
Block a user