Configuration item obtaining method and device based on reusable components
Patent Information
- Authority / Receiving Office
- CN Β· China
- Current Assignee / Owner
- CHINA PING AN LIFE INSURANCE CO LTD
- Publication Date
- 2019-11-19
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present disclosure relates to the technical field of testing, in particular, to a method and device for acquiring configuration items based on reusable components. Background technique
[0002] There is a class Properties (java.util.Properties) in Java, which is mainly used to read Java configuration files, and store some values ββthat may need to be changed in properties for configuration, usually a ".properties" file, the content of the file The format is a "key=value" format.
[0003] At present, configuration items are usually obtained by first storing the configuration items in Properties, and then querying the corresponding configuration items through keywords, that is, querying through the key-value correspondence in the associated container map. However, as the system iterates, the configuration There are more and more items, and there are more and more configuration items and corresponding keywords. If you query through the key-value corr...