* fix all OperatorWrap style error. The OperatorWrap style mandates that operator symbols should begin each new line, hence the need for adjusting the formatting.
* fix all ConstantName style error. Constant names are required to be written in uppercase letters and separated by underscores
* fix an SimplifyBooleanReturn error. Because key.indexOf(filters) > -1' can be replaced with 'key.contains(filters)'
* Remove dependency-reduced-pom.xml from the agent core module.
* Complete the configuration analysis of SpringBoot 1.x and 2.x versions through spring-boot agent plugins.