🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
实例化容器 ApplicationContext context = new ClassPathXmlApplicationContext("services.xml", "daos.xml"); <beans> <import resource="services.xml"/> <import resource="resources/messageSource.xml"/> <import resource="/resources/themeSource.xml"/> <bean id="bean1" class="..."/> <bean id="bean2" class="..."/> </beans> 尽量不使用相对路径的方式引用文件, 比如 ../config