package com.taobao.yugong; /** * @author agapple 2014年2月25日 下午11:38:06 * @since 1.0.0 */ public class YugongIntegrationTest { public static void main(String[] args) throws Throwable { YuGongLauncher.main(args); } }