diff options
| author | 刘永强 <[email protected]> | 2020-08-25 18:02:01 +0800 |
|---|---|---|
| committer | 刘永强 <[email protected]> | 2020-08-25 18:02:01 +0800 |
| commit | cb958303bb9d28b260bacfae405ece692f86ee58 (patch) | |
| tree | cd3f4b3001f2582381d9e43240f17793e0b01762 | |
| parent | 896b259be025d622defae40c137633e2fab3e034 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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$ + |
