Hello, Spring

Posted mexding

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Hello, Spring相关的知识,希望对你有一定的参考价值。

技术图片

  • Rod.Johnson, the author of spring framework. In 2002, he said in a book Expert one to one J2EE design and development that the J2EE system is too complex,so he wanted to make a change.
  • At first, he write the framework ‘interface21‘. Spring was based on it and redesigned. Then, in 2004 spring‘s v1.0 was published. Rod also write a book Expert one to one J2EE Development without EJB.

1. Brief Introduction

技术图片

  1. spring is light, all spring package can be in a jar of 1M.
  2. spring is non-invasive, business object don‘t need depend on spring classes.
  3. spring reduce the coupline through IOC tech
  4. supprt AOP program for transaction, logs...etc

以上是关于Hello, Spring的主要内容,如果未能解决你的问题,请参考以下文章

狂神说SpringBoot01:Hello,World!

SpringSpring之事务处理

SpringSpring事务

Springspring事务失效的12种场景

SpringSpring MVCMyBatis

SpringSpring Data JPA