摘要:
1. Spring bean stereotype annotations 1.1. @Component annotation The @Component annotation marks a java class as a bean so the component-scanning mech 阅读全文
摘要:
Spring ResourceLoader provides a unified getResource() method for us to retrieve an external resource by a resource path. 1. Resource interface repres 阅读全文