Java自定義註解

隨着springboot的流行,以前基於XML的spring配置用的越來越少,JavaConfig形式使用的越來越多, Java自定義註解 類似於: Configurationpublic class AppConfig { @Bean(name=helloBean) public HelloWorld helloWorld() { return new HelloWorldImpl(); } }
相關文章
相關標籤/搜索