标签:IOC入门

  • SpringIOC的HelloWorld

    一、建立Java工程,导入spring ioc必须的jar包注意:commons-logging-1 2 jar这个包是来自于apache的日志包。二、编写Dao接口和实现类Cust