码迷,mamicode.com
首页 > 其他好文 > 详细

AopTest

时间:2017-07-21 17:16:42      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:ice   service   text   stat   技术分享   ati   src   app   http   

package phz.springframework.service.impl;

import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;

public class AopTest {
    public static  void testHelloworld() {
        ApplicationContext  context = new ClassPathXmlApplicationContext("helloWorld.xml");
        
        IHelloWorldService  hws = context.getBean("helloWorldService", IHelloWorldService.class);
        
        hws.sayHello();
    }
    
    public static void main(String[] args) {
        testHelloworld();
    }

}

技术分享

AopTest

标签:ice   service   text   stat   技术分享   ati   src   app   http   

原文地址:http://www.cnblogs.com/alan-alan/p/7218163.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!