mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 18:46:46 +00:00
docfix/Tweak run app via maven command
This commit is contained in:
parent
f4ae6d98b7
commit
6b39370fcb
@ -58,6 +58,10 @@ To compile and run jetty, install Maven 3, create your configuration in obp-api/
|
||||
|
||||
mvn install -pl .,obp-commons && mvn jetty:run -pl obp-api
|
||||
|
||||
In case that the above command fails try next one:
|
||||
|
||||
export MAVEN_OPTS="-Xss128m" && mvn install -pl .,obp-commons && mvn jetty:run -pl obp-api
|
||||
|
||||
[Note: How to run via IntelliJ IDEA](docs/glossary/Run_via_IntelliJ_IDEA.md)
|
||||
|
||||
## Run some tests.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user