Home > Back-end >  Idea02.2 mistaken delete maven modules folder, copy back up, do not load depends on download guide p
Idea02.2 mistaken delete maven modules folder, copy back up, do not load depends on download guide p

Time:03-30

In the use of the idea to build springBoot project, found that after joining rely on refresh idea didn't automatically download the corresponding dependent on package, and then check information to remove the maven cache, then took the idea installation path with maven folder deleted, found the idea directly without maven the contents, and then copy back a version with maven folder, after the restart, the idea can use maven again inside,
But it turned out that whether you are new or existing spring projects into the new rely on coordinates, the idea is not to import, or download the corresponding jars to the project file, and not an error,

Rely on after joining, click in the top right corner of the loops have been showed after Analyzing, there is no corresponding rely on libraries (whether it's in the warehouse are not import)

Before the project can run normally, but depends on not to join the new

What, what other way to check the maven Settings, set up the mirror, warehouse, version I check these Settings, useless, which a great god knows how to solve ah,

CodePudding user response:

The project inside maven automatically generated file deletion, the idea to import, it's not that complicated

CodePudding user response:

In Analyzing, whether the card...
The idea of the new index, speaking, reading and writing disk is too frequent, I was more comfortable in a solid state drive, otherwise, all kinds of strange questions

CodePudding user response:

reference 1st floor a1767028198 response:
maven automatically generated inside the project file deletion, the idea to import, less complex
those who you're talking about. I rely on the new project guide doesn't come in, maven didn't work

CodePudding user response:

refer to the second floor maradona1984 response:
Analyzing, whether the card...
The idea of the new index, speaking, reading and writing disk is too frequent, I was more comfortable in a solid state drives, or all kinds of strange questions
I add the solid

CodePudding user response:

reference 4 floor Changan_py response:
Quote: refer to the second floor maradona1984 response:
Analyzing, whether the card...
The idea of the new index, speaking, reading and writing disk is too frequent, I was more comfortable in a solid state drives, or all kinds of strange questions
I add the solid

Equipped with solid state that must get idea to read and write directories to solid, plug-in/index by default in the disk C, if your disk C is not solid.
And idea will be a lot of read maven local warehouse, so the local repository must be in the solid state, the idea of reading by default maven setting. The XML in the disk C, recommends that the setting of maven. XML directly copied to the disk C which catalog, otherwise will create a maven local warehouse on disk C...

If not, you'll have to look at again, anyway this hole a lot, and if so, the first
C: \ Users \ Users \ AppData \ Local \ JetBrains
C: \ Users \ \ AppData \ Roaming user \ JetBrains

CodePudding user response:

The two directory
C: \ Users \ Users \ AppData \ Local \ JetBrains
C: \ Users \ \ AppData \ Roaming user \ JetBrains
Mklink into the solid state
  • Related