Spring study notes 1-- setup the development environment

Spring Framework Jar package Download: http://repo.spring.io/release/org/springframework/spring/

Foundation needed to develop five Jar package:

Spring ① create master configuration file:

src → New → XML File → best named (specified in the industry) applicationContext.xml

② import constraints file:

Windows → Preferences → Search cata

Select it and click Add → select the right side

↓ found in the archive file as shown below and unzip the download and double-click:

↓ Copy the contents of the first box is pasted into the third box, and a backslash  

Add the following to manually ↓

ok then point repeatedly clicking Add

↓ beans and copy the entire contents of a box before pasting first and then all the way click OK

Guess you like

Origin blog.csdn.net/weixin_42153410/article/details/92650123