ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
实例化容器 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