package org.teamlet.alfresco.env; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; public class AlfrescoEVNTest { static ApplicationContext ctx = new ClassPathXmlApplicationContext(new String[] { "classpath:alfresco/application-context.xml" }); public static void main(String args[]){ System.exit(0); } }
两行代码完成alfresco的环境初始化
Alfresco环境配置测试
最新推荐文章于 2025-07-01 09:53:58 发布
本文展示了一个简单的Alfresco环境配置测试类,通过Spring框架加载Alfresco应用上下文,实现快速启动和测试的目的。
2377

被折叠的 条评论
为什么被折叠?



