文件名称:SpringTest
文件大小:5KB
文件格式:RAR
更新时间:2014-07-01 02:06:01
SpringTest
SpringTest代码 package lib; //JavaBean public class HelloWorld { private String helloWorld; public String getHelloWorld() { return helloWorld; } public void setHelloWorld(String helloWorld) { this.helloWorld = helloWorld; } public String toString(){ return this.helloWorld; } }
【文件预览】:
SpringTest
----.project(594B)
----bin()
--------test()
--------applicationContext.xml(499B)
--------lib()
----.settings()
--------org.eclipse.jdt.core.prefs(629B)
----src()
--------test()
--------applicationContext.xml(499B)
--------lib()
----.springBeans(462B)
----.classpath(408B)