如何使用 maven2 和 eclipse 添加 apache commons 日志记录?
使用 eclipse w/maven2 插件时,我似乎找不到 apache 常见日志记录。
显然我需要它用于 spring3 mvc 。
I can't seem to find apache common logging when using eclipse w/maven2 plugin.
I need it for spring3 mvc apparently.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否知道 m2eclipse 插件可以搜索一些索引存储库,例如 central?例如,如果您右键单击您的项目并转到Maven >添加依赖,你可以像这样使用它:
这会将其添加到您的 pom 中:
另一种选择是使用 众多 之一存储库 搜索引擎 :
http://search.maven.org/ #artifactdetails|commons-logging|commons-logging|1.1.1|jar
Do you know that the m2eclipse plugin can search some indexed repositories, like central? For example, if you right-click on your project and go to Maven > Add Dependency, you can use it like this:
And this will add this to your pom:
Another option is to use one of the numerous repository search engine, for example:
http://search.maven.org/#artifactdetails|commons-logging|commons-logging|1.1.1|jar