diff --git a/README.md b/README.md index b976183a0..99e2b3d67 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,10 @@ To compile and run jetty, install Maven 3, create your configuration in obp-api/ Package: Select code Add the absolute /path-to-your-OBP-API in the "working directory" field You might need to assign more memory via VM Options: e.g. -Xmx1512M -XX:MaxPermSize=512M + + or + + -Xmx2048m -Xms1024m -Xss2048k -XX:MaxPermSize=1024m Make sure your test.default.props has the minimum settings (see test.default.props.template) diff --git a/obp-api/src/main/scala/code/api/util/Glossary.scala b/obp-api/src/main/scala/code/api/util/Glossary.scala index 1edf725d1..61c477dea 100644 --- a/obp-api/src/main/scala/code/api/util/Glossary.scala +++ b/obp-api/src/main/scala/code/api/util/Glossary.scala @@ -1830,11 +1830,29 @@ object Glossary { description = s""" ${getWebUiPropsValue("webui_sandbox_introduction", "")} - """) + """) + + + glossaryItems += GlossaryItem( + title = "Data Model Overview", + description = + s""" +| +|An overview of the Open Bank Project Data Model. +| +|This model may help understand Open Bank Project. However it is subject to change. If we change the data model, we release migration scripts. +| +| +|obp-data-model-overview +| +| +| + """) -/////////////////////////////////////////////////////////////////// + + /////////////////////////////////////////////////////////////////// // NOTE! Some glossary items are generated in ExampleValue.scala //////////////////////////////////////////////////////////////////