Spring installation configuration tutorial

Spring installation configuration tutorial

1. Introduction to Spring

Spring is an open-source design-level framework. It solves the problem of loose coupling between the business logic layer and other layers, so it applies the interface-oriented programming idea throughout the entire system application. Spring is a lightweight Java development framework that emerged in 2003 and was created by Rod Johnson. In short, Spring is a layered JavaSE/EE full-stack (one-stop) lightweight open source framework.

2002 Rod Johnon <Expoer One-on-one j2eedevelopment and Design>

Spring 2003, IOC Aop

Spring data,spring boot,spring cloud,spring framework,spring social

IOC: Inversion of Control (DI: Dependency Injection)


2. Build the Spring environment

download jar

http://maven.springframework.org/release/org/springframework/spring/

spring-framework-4.3.9.RELEASE-dist.zip

The jars (5 + 1) that need to be used at least for the development of spring:

spring-aop.jar JAR required to develop AOP features

spring-beans.jar

The post Spring Installation Configuration Tutorial first appeared on Lenix Blog .

This article is reprinted from https://blog.p2hp.com/archives/9626
This site is for inclusion only, and the copyright belongs to the original author.