summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author刘永强 <[email protected]>2020-08-25 18:02:01 +0800
committer刘永强 <[email protected]>2020-08-25 18:02:01 +0800
commitcb958303bb9d28b260bacfae405ece692f86ee58 (patch)
treecd3f4b3001f2582381d9e43240f17793e0b01762
parent896b259be025d622defae40c137633e2fab3e034 (diff)
Update README.md
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index cbd4070..970db7b 100644
--- a/README.md
+++ b/README.md
@@ -27,4 +27,9 @@
4. **[galaxy-gateway](https://git.mesalab.cn/galaxy/galaxy-data-platform/-/tree/master/galaxy-gateway) [可选]** 网关服务在Dev环境可以不启动,直接调用对应模块的IP:PORT即可测试
-5. **[galaxy-admin-server](https://git.mesalab.cn/galaxy/galaxy-data-platform/-/tree/master/galaxy-admin-server) [可选]** 监控服务主在Dev环境也是可选的,如果想查看内存和线程使用情况,可以启动这个项目 \ No newline at end of file
+5. **[galaxy-admin-server](https://git.mesalab.cn/galaxy/galaxy-data-platform/-/tree/master/galaxy-admin-server) [可选]** 监控服务主在Dev环境也是可选的,如果想查看内存和线程使用情况,可以启动这个项目
+
+## 启动注意事项
+idea下启动项目需要设置一个启动参数,具体操作如下:
+Edit Configuration > Environment > Working directory: $MODULE_DIR$
+