Spring 入门
开发第一个 Spring 程序
Spring 的 helloworld
分两部分进行
准备 Spring 设计环境
编写第一个 Spring 程序
准备 Spring 设计环境
Step :
1. 解压文件 spring-framework-2.0.6-with-depen
dencies
2. 创建一个 Java Project
3. 设置 Spring 的 Libraries
Now , let’s begin !
准备 Spring 设计环境
1. 解压文件 spring-framework-2.0.6-with-de
pendencies
简单到令人发指, pass ! ^_^
准备 Spring 设计环境
2. 创建一个 Java Project
2.1 输入 projectName( 比如 SpringDemo)
2.2 选择 “ Create sperate source and outpu
tfolders” ,这样 .java 文件会放置在项目的 s
rc 目录下, .class 文件会放置在 bin 目录下
- 1
- 2
- 3
前往页