spring学习day2

spring错误:EL1005E:(pos 0): Type cannot be found 'System.out'
 

  解决方法:#号后配置


 bean依赖以及 切面的的一般xml配置

     
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop"
       xsi:schemaLocation="http://www.springframework.org/schema/beans
       http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd">
   
       
       
   

   
       
   



   
       
       
   

   
   
       
           
           
           
           
           
           


       

   



你可能感兴趣的:(spring)