首页
编程
java
php
前端
首页
编程
java
php
前端
Maven项目中的pom.xml配置依赖
没有使用maven以前,所有需要的jar都放到了lib中,现在使用maven管理依赖了,是不是要把以前项目中的jar对应的dependency都放到pom.xml中?
点击展开全文