From f11b5d5da77f9a5bb0eef78f1e15e10fcad9d441 Mon Sep 17 00:00:00 2001 From: Dmitriy Kopylenko Date: Mon, 3 Feb 2020 10:49:47 -0500 Subject: [PATCH] README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c5b29143..bb1ede559 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # shibui -For more information, see `docs` - ## Requirements_ * Java 8 (note that ONLY Java 8 is supported at this time; other later versions might work) @@ -39,7 +37,7 @@ For complete information on overriding default configuration, see [https://docs. ### Deploying as a WAR -The application can be deployed as a WAR file in a Java Servlet 3.0 container. Currently, the application must be run in the root context. +The application can be deployed as a WAR file in a Java Servlet 3.0 container. To override default configuration, see [https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html]. The easiest way to do this in a servlet container is through the use of system properties