Docs fix, set intelli jidea env (#9641)

* Update openmetadata-server.md

* Update openmetadata-server.md

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
This commit is contained in:
Mark_Yang 2023-01-10 13:41:38 +08:00 committed by GitHub
parent 1f4e7f5d58
commit 89c05b9351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,11 @@ In that list look for "jersey-client:2.25.1"
<Image src="/images/developers/contribute/build-code-and-run-tests/intellij-jersey-dependency.png" alt="Add jersey-client dependency" caption=" "/>
Select it and click "OK". Now run/debug the application.
Select it and click "OK".
We also need to set the folder generated-resources in some modules target folder as “source” folder. IntelliJ IDEA mark target folder as "excluded" by default, we could change it in the module setting. The openmetadata-spec and openmetadata-java-client modules have generated code, need to be changed.
Now run/debug the application.
## Troubleshooting
- If you see blank page at [http://localhost:8585](http://localhost:8585), please check the logs at logs/openmetadata.log. You might be encountering one of the following errors: