1.创建java项目
2.创建lib文件夹,并拷贝spring核心jar包到lib文件夹下
3.导入jar包路径
3.创建java类User
4.写一个java实现方法
5.创建bean.xml
6.创建TestSpring.java
6.运行测试程序