Merge branch 'develop'

This commit is contained in:
tanghc
2020-11-25 14:37:36 +08:00
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -4,6 +4,10 @@
# 初始化 # 初始化
安装node建议安装11版本12版本会有不兼容问题。
安装完毕执行:
npm install npm install
# 启动 # 启动