摘要: spring 中确实没有spring.jar,该源码包里的readme.txt里已经说明了:Note that this release does not contain a 'spring.jar' file anymore。 spring.jar是spring所有包的一个合集。为了方便使用的。 阅读全文
posted @ 2017-10-14 16:56 Pororo 阅读(424) 评论(0) 推荐(0)
摘要: 现在我有 第一个文件App.java 第二个文件HelloWord.java 第三个XML文件SpringBeans.xml 运行App.java 其中到底是什么原理呢?XML 写的东西到底是什么呢? 开始探索 XML里 这个id号是个唯一标签,名字叫uuu2 ; 在App.java就用上了。例如 阅读全文
posted @ 2017-10-14 16:00 Pororo 阅读(200) 评论(0) 推荐(0)