JannsenYang / dingdong-helper

叮咚自动下单 并发调用接口方式 多人高峰期实战反馈10秒以内成功 自动将购物车能买的商品全部下单 只需自行编辑购物车和最后支付即可
GNU General Public License v3.0
1.32k stars 494 forks source link

想问一下maven报错怎么处理? #12

Closed a1198375223 closed 2 years ago

a1198375223 commented 2 years ago

image

如果可以的话可以添加一个wx交流一下吗?15520729130

JannsenYang commented 2 years ago

这个错应该是你装的maven版本太低了 1升级你的maven 2修改代码中maven的版本

根pom里 把这两个版本改成支持你maven的版本 你自己有没有maven项目 看一下版本多少 挪过来就可以了

org.apache.maven.plugins maven-compiler-plugin 3.8.1 1.8 1.8
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-surefire-plugin</artifactId>
            <version>3.0.0-M5</version>
            <configuration>
                <skipTests>true</skipTests>
            </configuration>
        </plugin>
a1198375223 commented 2 years ago

怎么查看这两个的对应版本呢?

a1198375223 commented 2 years ago

我新建的maven项目没有这两个配置

a1198375223 commented 2 years ago

image

JannsenYang commented 2 years ago

image

重新拉一下代码 我更新了pom配置 我之前用的是微服务的配置 直接用你截图里的就可以了 因为不用打包

a1198375223 commented 2 years ago

image 现在还是报红,是不是我环境有问题?

a1198375223 commented 2 years ago

image

JannsenYang commented 2 years ago

感觉应该是和你maven的仓库设置有关 idea里设置maven 直接用idea内置的maven试试

a1198375223 commented 2 years ago

我使用的就是默认的idea的maven,如果大佬方便的话,能否加一下上面的联系方式(第一条评论)。我向您请教一下

a1198375223 commented 2 years ago

我解决了,默认的settings.xml文件是不存在的。需要手动下载一个maven引用里面的settings.xml,或者是自己copy一份。

a1198375223 commented 2 years ago

现在还是拉不到maven包,是不是我环境有问题?

2022年4月10日 20:35,Jannsen Yang @.***> 写道:

https://user-images.githubusercontent.com/24283635/162617704-39c477b4-193b-4b9e-b8af-d58116c31a1c.png 重新拉一下代码 我更新了pom配置 我之前用的是微服务的配置 直接用你截图里的就可以了 因为不用打包

— Reply to this email directly, view it on GitHub https://github.com/JannsenYang/dingdong-helper/issues/12#issuecomment-1094263802, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFZIT4ZYLGGPWLJ4HPHTCVDVELDIDANCNFSM5TAXBAVQ. You are receiving this because you authored the thread.