Spring @Configuration 和@Component 區別一句話概括就是@Configuration 中所有帶@Bean 註解的方法都會被動態代理,因此呼叫該方法返回的都是同一個例 ...
確定! 回上一頁