简体   繁体   中英

Problem with ActiveMQ dependencies with Spring Boot

I am working on an ActiveMQ project using Spring Boot. I tried to generate a project with Spring Initializr and import it to IntelliJ (community edition).

The problem occurred when Maven could not resolve the spring-boot-starter-activemq dependency.

Here is the project generated: 在此处输入图像描述

Something weird is that the project is synced but there still an error in the pom.xml file: 在此处输入图像描述

Any other approach is welcome.

ok figure out that I made a mistake adding a setting.xml file with invalid proxy settings, which led to maven enable to download, now the problem is solved thanks for you guys for guiding me to the solution.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM