报错来源分析
由于hibernate-entitymanager 需要jboss logging 。由于或多或少的原因导致 maven无法下载相关的jar文件。
解决办法:
访问 http://search.maven.org 搜索jboss-logging 点击all, 找到相关的的版本,再点击jar下载文件
下载好的文件放到maven仓库中对应版本的位置,一般是C:\Users\ username \
.m2\repository\org\jboss\logging\jboss-logging下的对应版本的文件夹中即可
maven build 产生 Missing artifact
org.jboss.logging:jar:3.1.0.GA解决方法,布布扣,bubuko.com
maven build 产生 Missing artifact
org.jboss.logging:jar:3.1.0.GA解决方法
时间: 2024-10-25 17:03:35