spring boot 默认加载的所有bean(包括了带包名和不带包名的),已进行分类排序

"org.springframework.context.annotation.internalConfigurationAnnotationProcessor"
"org.springframework.context.annotation.internalAutowiredAnnotationProcessor"
"org.springframework.context.annotation.internalRequiredAnnotationProcessor"
"org.springframework.context.annotation.internalCommonAnnotationProcessor"
"org.springframework.context.event.internalEventListenerProcessor"
"org.springframework.context.event.internalEventListenerFactory"
"org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor"
"org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata"
"org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration"
"org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration"
"org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat"
"org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration"
"org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration"
"org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration"
"org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration"
"org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration"
"org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration"
"org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration"
"org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration"
"org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration"
"org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter"
"org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration"
"org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration"
"org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration"
"org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration"
"org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration"
"org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration"
"org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration"
"org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration"
"org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration"
"org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory"
"org.springframework.boot.autoconfigure.AutoConfigurationPackages"
"org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration"
"org.springframework.boot.autoconfigure.condition.BeanTypeRegistry"
"org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration"
"org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration"
"server-org.springframework.boot.autoconfigure.web.ServerProperties"
"spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties"
"spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties"
"spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties"
"spring.http.encoding-org.springframework.boot.autoconfigure.http.HttpEncodingProperties"
"mvcUrlPathHelper"
"mvcResourceUrlProvider"
"mvcConversionService"
"mvcPathMatcher"
"mvcViewResolver"
"mvcValidator"
"mvcContentNegotiationManager"
"mvcUriComponentsContributor"
"mvcHandlerMappingIntrospector"
"mbeanExporter"
"mbeanServer"
"jacksonObjectMapperBuilder"
"jacksonObjectMapper"
"mappingJackson2HttpMessageConverter"
"standardJacksonObjectMapperBuilderCustomizer"
"error"
"errorAttributes"
"errorPageCustomizer"
"errorPageRegistrarBeanPostProcessor"
"faviconHandlerMapping"
"faviconRequestHandler"
"viewResolver"
"viewControllerHandlerMapping"
"tomcatServletWebServerFactory"
"tomcatServletWebServerFactoryCustomizer"
"beanNameHandlerMapping"
"welcomePageHandlerMapping"
"resourceHandlerMapping"
"beanNameViewResolver"
"defaultViewResolver"
"handlerExceptionResolver"
"conventionErrorViewResolver"
"httpRequestHandlerAdapter"
"simpleControllerHandlerAdapter"
"hiddenHttpMethodFilter"
"httpPutFormContentFilter"
"jsonComponentModule"
"parameterNamesModule"
"websocketContainerCustomizer"
"servletWebServerFactoryCustomizer"
"methodValidationPostProcessor"
"webServerFactoryCustomizerBeanPostProcessor"
"preserveErrorControllerTargetClassPostProcessor"
"objectNamingStrategy"
"stringHttpMessageConverter"
"propertySourcesPlaceholderConfigurer"
"mainDispatcherServletPathProvider"
"basicErrorController"

猜你喜欢

转载自blog.csdn.net/higherzjm/article/details/81115383