From 561c0012d8c98249c04645ac04d3a7576a34b23d Mon Sep 17 00:00:00 2001 From: tawoe Date: Fri, 5 Apr 2024 09:09:52 +0200 Subject: [PATCH] add redis to IDEA run doc --- obp-api/src/main/docs/glossary/Run_via_IntelliJ_IDEA.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/obp-api/src/main/docs/glossary/Run_via_IntelliJ_IDEA.md b/obp-api/src/main/docs/glossary/Run_via_IntelliJ_IDEA.md index 164d0ae194..c5dd4a82ad 100644 --- a/obp-api/src/main/docs/glossary/Run_via_IntelliJ_IDEA.md +++ b/obp-api/src/main/docs/glossary/Run_via_IntelliJ_IDEA.md @@ -1,5 +1,7 @@ ## To run via IntelliJ IDEA +* Make sure that Redis is running and properly configured if redis is not running without password protection on default port at localhost + * Make sure you have the IntelliJ Scala plugin installed. * Create a new folder e.g. OpenBankProject and cd there