jai-core-1.1.3.jar
springboot项目启动报错:
javax.media:jai_core:jar:1.1.3 was not found in https://maven.aliyun.com/repository/public during a previous attempt.
This failure was cached in the local repository and resolution is not reattempted until the update interval of aliyunmaven has elapsed or updates are forced
找不到javax.media:jai_core:jar
解决办法一 :
使用这个jar包顶上就好了;
还有解决办法二:
找到出错的jar所在目录:\repository\javax\media\jai_core\1.1.3
把 \repository\javax\media\jai_core\1.1.3\jai-core-1.1.3.jar.lastUpdated
文件改为: \repository\javax\media\jai_core\1.1.3\jai-core-1.1.3.jar
去掉后缀.lastUpdated
然后重新编绎就好了
正在检查该链接是否有效... 马上就好