springmvc5中設計模式

用了5種設計模式 組合模式 責任鏈模式 適配器模式 策略模式 組合模式 WebMvcConfigurerComposite體現了組合模式 樹枝節點用Composite結尾,裏面包含了樹葉節點,樹枝和樹葉都實現了相同的抽象類或接口WebMvcConfigurer class WebMvcConfigurerComposite implements WebMvcConfigurer { pri
相關文章
相關標籤/搜索