在这里我要实现的是Spring的IOC和AOP的核心,而且有关IOC的实现,注解XML能混合使用!
参考资料:
IOC:控制反转(Inversion of Control,缩写为IoC),是面向对象编程中的一种…
完整报错
type mismatch;found : Int(100)required: Object
Note: an implicit exists from scala.Int > java.lang.Integer, but
methods inherited from Object are rendered ambiguous. This is to avoid
a blanket implicit which would convert any scala.Int to a…