240 发简信
IP属地:江苏
  • spring mvc helloworld

    扫描包不能有歧义:如org会扫到spring的包会报错<context:component-scan base-package="org.lee...

  • spring aop注解方式

    推荐环绕通知

  • spring aop指定切面

    解释每次执行Hello类中的aop方法都会触发切面Log类中的before方法先执行 切面方法

  • spring全注解开发

    指定该类为配置类 加载配置 主配置 其他配置

  • spring半注解开发helloworld

    注解注入 按类型和对象名称注入

  • spring对象创建特性

    对象创建时机 单例生命周期 容器销毁触发des方法((ClassPathXmlApplicationContext) context).clos...

  • spring容器创建对象原理

    多例对象 单例对象