[Doc-16732][Development] development-environment-setup improvement (#16733)

This commit is contained in:
xiangzihao 2024-10-25 09:55:56 +08:00 committed by GitHub
parent 54a31a76ce
commit cf9d4878e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -130,6 +130,8 @@ Use different Git branch to develop different codes
Find the class `org.apache.dolphinscheduler.StandaloneServer` in Intellij IDEA and clikc run main function to startup.
> Note: Please check the option `Add dependencies with "provided" scope to classpath` in the startup configuration before starting, so as to avoid the problem that no dependencies can be found during startup.
### Start frontend server
Install frontend dependencies and run it.

View File

@ -125,6 +125,8 @@ DolphinScheduler 开发环境配置有两个方式分别是standalone模式
在 Intellij IDEA 找到并启动类 `org.apache.dolphinscheduler.StandaloneServer` 即可完成后端启动
> 注意:启动前请在启动配置里将 `Add dependencies with "provided" scope to classpath` 选项勾选上,这样可以避免启动时找不到依赖的问题
### 启动前端
安装前端依赖并运行前端组件