Design Philosophy

강영어·2022년 5월 9일
0

스프링 공식문서

목록 보기
4/6
post-thumbnail

Design Philosophy

Spring docs 원문

Abstract

  • you can switch persistence providers through configuration without changing your code
  • Spring supports a carefully chosen range of JDK versions and third-party libraries to facilitate maintenance of applications and libraries that depend on Spring.

Thoughts

jackson

  • The reason why we use spring is that Spring makes easy to switch persistences. This sentence seems to be trying to say the interface.
  • Spring is constantly making new versions, and when stabilization tests are completed, it releases the LTS version. I completely agree with this sentece that "Spring supports a carefully chosen range of JDK versions"

sally

Questions

  • What is Javadoc?

ANSWER: It is one of very few projects that can claim clean code structure with no circular dependencies between packages.

  • What is persistence providers ? In this sentence:

    Provide choice at every level. Spring lets you defer design decisions as late as possible. For example, you can switch persistence providers through configuration without changing your code. The same is true for many other infrastructure concerns and integration with third-party APIs.

profile
모든 문장을 이해해버리겠다. 텝스 만점? 어렵지 않아 !

0개의 댓글