Minimum JARs for Spring 3.0 dependency injection

前端 未结 3 1543
无人共我
无人共我 2021-02-08 01:47

Similarly to this question regarding an earlier Spring version, what are the minimum dependencies required for an application to use Spring 3.0 dependency injec

3条回答
  •  青春惊慌失措
    2021-02-08 02:49

    the best - and reliable way - of establishing this is to create a maven project and add dependency for spring-core, spring-bundle and spring-context. when you build/install this project maven will do the needful.

提交回复
热议问题