From 64ac8cfb35fc14b36b065e082e0ccb399883e836 Mon Sep 17 00:00:00 2001 From: Qingshan Luo Date: Fri, 24 Apr 2020 15:51:26 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 35fe42f..910b579 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,15 @@ This library provides the function of managing the runtime environment for the a Generally, no additional work is needed to realize the type of runtime environment shared between the various components of the application. +## Why? ## + +Each component in an application usually needs to have different behaviors (such as more detailed log output) +in different runtime environments. +However, it is quite tedious for each component to maintain a set of runtime environment. +In some large-scale applications, it is impossible to do so. +This library is to solve this problem. +Let's run it in the application The row time environment is managed in a unified way. + ## Usage ## 1. Import package.