久久r热视频,国产午夜精品一区二区三区视频,亚洲精品自拍偷拍,欧美日韩精品二区

您的位置:首頁(yè)技術(shù)文章
文章詳情頁(yè)

Spring @Enable模塊驅(qū)動(dòng)原理及使用實(shí)例

瀏覽:6日期:2023-09-01 08:56:35

Spring @Enable 模塊概覽

框架實(shí)現(xiàn) @Enable注解模塊 激活模塊 Spring Framework @EnableWebMvc Web MVC 模塊 @EnableTransactionManagement 事務(wù)管理模塊 @EnableCaching Caching 模塊 @EnableMBeanExport JMX 模塊 @EnableAsync 異步處理模塊 @EnableWebFlux Web Flux 模塊 @EnableAspectJAutoProxy AspectJ 代理模塊 Spring Boot @EnableAutoConfiguration 自動(dòng)裝配 @EnableManagementContext Actuator 管理模塊 @EnableConfigurationProperties 配置屬性綁定模塊 @EnableOAuth2Sso OAuth2 單點(diǎn)登錄模塊 Spring Cloud @EnableEurekaServer Eureka 服務(wù)器模塊 @EnableConfigServer 配置服務(wù)器模塊 @EnableFeignClients Feign 客戶端模塊 @EnableZuulProxy 服務(wù)網(wǎng)關(guān)Zuul 模塊 @EnableCircuitBreaker 服務(wù)熔斷模塊

理解 @Enable 以 @EnableWebMVC 為例進(jìn)行理解

定義如下:

@Retention(RetentionPolicy.RUNTIME)@Target(ElementType.TYPE)@Documented@Import(DelegatingWebMvcConfiguration.class)public @interface EnableWebMvc {}

發(fā)現(xiàn)該注解中引入的 DelegatingWebMvcConfiguration.class

@Configuration(proxyBeanMethods = false)public class DelegatingWebMvcConfiguration extends WebMvcConfigurationSupport {...}

public class WebMvcConfigurationSupport implements ApplicationContextAware, ServletContextAware {@Bean@SuppressWarnings('deprecation')public RequestMappingHandlerMapping requestMappingHandlerMapping( @Qualifier('mvcContentNegotiationManager') ContentNegotiationManager contentNegotiationManager, @Qualifier('mvcConversionService') FormattingConversionService conversionService, @Qualifier('mvcResourceUrlProvider') ResourceUrlProvider resourceUrlProvider) { ...}...}

其中 實(shí)現(xiàn)類 WebMvcConfigurationSupport.java 中 預(yù)定義了 多個(gè) Spring Bean 對(duì)象,

隨著 @EnableWebMVC 驅(qū)動(dòng)注解的加載而被加載到 Spring 上下文中從而實(shí)現(xiàn) Spring Web MVC的功能。

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: Spring
相關(guān)文章:
主站蜘蛛池模板: 稷山县| 融水| 文山县| 莱西市| 巴彦淖尔市| 疏勒县| 沈阳市| 四子王旗| 桐梓县| 清远市| 修武县| 定安县| 浦东新区| 乐亭县| 莒南县| 肃宁县| 武城县| 鄯善县| 方正县| 庆城县| 平遥县| 类乌齐县| 闽清县| 南阳市| 三穗县| 巴青县| 页游| 隆化县| 海安县| 太仆寺旗| 明水县| 绥棱县| 洛浦县| 金堂县| 修武县| 辽阳市| 卢龙县| 新化县| 大冶市| 汽车| 德江县|