简体   繁体   English

如何知道我应该添加到Maven项目中的Spring依赖项以获得我需要的功能?

[英]How to know what Spring dependency I should add to my Maven project to get the function I need?

I'm trying to define what functions ginve Spring maven dependencies. 我正在尝试定义与Spring Maven相关的函数。

Is there a table with list of all Spring dependencies and their hierarchy and description? 是否有一个包含所有Spring依赖项及其层次结构和描述的列表的表?

PS Using Spring 4+ PS使用Spring 4+

This link might be helpfull (Spring Docs): 该链接可能有用(Spring Docs):

http://docs.spring.io/spring/docs/current/spring-framework-reference/html/overview.html http://docs.spring.io/spring/docs/current/spring-framework-reference/html/overview.html

Have a look at section 2.2 , they describe each module and what it consists of. 看一下2.2节 ,他们描述了每个模块及其组成。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在另一个项目中添加基于弹簧的项目作为 Maven 依赖项? - How can I add a spring-based project as a Maven dependency in another project? 获取FileCredentialStore需要什么样的maven依赖? - What maven dependency do I need to get FileCredentialStore? 如何通过Maven添加hadoop依赖关系? 我已经安装了hadoop并显示在我的IDE项目库中 - How to add hadoop dependency via Maven? I have hadoop installed and present in my IDE project library 如何将jre添加到我的Maven项目依赖项 - how to add jre to to my maven project dependency 当我已经通过其他依赖获取到maven依赖时,是否需要显式添加它? - Do I need to add a maven dependency explicitly, when I already get it through some other dependency? 如何在 Eclipse 中添加对另一个现有项目的 Maven 依赖项 - how do I add a Maven dependency on another existing project in Eclipse 如何在Maven中的依赖库中添加源代码? - How can I add source code to my dependency libraries in Maven? 添加Maven依赖项时会发生什么? - What happens when I add a Maven dependency? 在Maven中,如何知道要从导入命令添加的依赖项 - In maven, how to know what dependency to add from a import command 我的 Spring 启动项目应该使用哪些文件 git - What files should I git for my Spring boot project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM