summaryrefslogtreecommitdiffstats
path: root/docs/architecture/NBI_Developer_Guide.rst
diff options
context:
space:
mode:
authoraosull01 <adrian.osullivan@huawei.com>2020-05-21 15:25:13 +0100
committerAdrian OSullivan <adrian.osullivan@huawei.com>2020-05-28 13:09:57 +0000
commitf2dac68a82e23480f689ca6dd95bd795e51a4db6 (patch)
tree12cd06102c9018cbf10a52092472770d0256789a /docs/architecture/NBI_Developer_Guide.rst
parentc663b5011fd9564a70f51a674ec5f3c34bdc9d90 (diff)
Final Documentation
Issue-ID: EXTAPI-419 Signed-off-by: aosull01 <adrian.osullivan@huawei.com> Change-Id: I8363a0feeff2070aa55122c2472afc45ba9d02d7 (cherry picked from commit 731aa3cc5d854684e272a62b47cf75266c181fd0)
Diffstat (limited to 'docs/architecture/NBI_Developer_Guide.rst')
-rw-r--r--docs/architecture/NBI_Developer_Guide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/architecture/NBI_Developer_Guide.rst b/docs/architecture/NBI_Developer_Guide.rst
index 82a7f34..e85118e 100644
--- a/docs/architecture/NBI_Developer_Guide.rst
+++ b/docs/architecture/NBI_Developer_Guide.rst
@@ -11,8 +11,8 @@ NBI - Developer Guide
Introduction
************
-NBI is a Java 8 web application built over Spring Framework.
-Using Spring Boot 1.5.10 dependencies, it runs as a standalone
+NBI is a Java 11 web application built over Spring Framework.
+Using Spring Boot 2.2.2 dependencies, it runs as a standalone
application with an embedded Tomcat server.
************