Home > Back-end >  For the first time to use Maven, write the spring, all the error
For the first time to use Maven, write the spring, all the error

Time:09-16


red is all error
some say it's setting file is not configured, I changed ali's source, but also have no reaction, see a lot of, should be no corresponding jar package, but the small white don't know how to download the corresponding jar package, have said in the ali's source, will automatically download the corresponding jar package, so what?

CodePudding user response:

You go to https://start.spring.io/to generate a pom with the new version, 1.53 too old

CodePudding user response:

May be the idea version and maven version is not caused by corresponding, reference https://blog.csdn.net/xxfamly/article/details/105375596 give it a try

CodePudding user response:

1. Download and unpack the maven
2. Configuration MVN environment variable
3. Open the IDEA: Build, Execution, Deployment & gt;> Build Tools & gt;> Maven modify Maven address and seeting. XML file address and save

4. Attention to the problem of disk read and write access MAC system

CodePudding user response:

Need to manually refresh the maven

CodePudding user response:

Empty your maven local repository

CodePudding user response:

https://blog.csdn.net/a805814077/article/details/100545928

May be your environment has a problem you reconfigure
  • Related