用maven创建spring mvc工程时怎样添加jar包

2024-12-03 11:45:30
推荐回答(2个)
回答1:

在pom.xml里面加上类似的依赖就行

junit
junit
4.8.1
test

回答2:

使用maven -install命令 安装本地jar包