20212223242526272829
* @version : 2014年9月19日 * @author 赵永春(zyc@hasor.net) */ public class MyServiceProvider { public static void main(String[] args) { ServiceProvider sp = new ServiceProvider(); sp.initService(); // // TODO Auto-generated method stub }