Home > Back-end >  Help help javaee newcomers
Help help javaee newcomers

Time:05-01

SSM is self-study in making download a project want to deploy my environment set up in myeclipse

Then which are fork

Brother genuflect is begged for a sunflower

Just a few points and the good life of peace


CodePudding user response:

Well, you seem to not use myeclispe deployment, should use the eclipse or idea

CodePudding user response:

1/f, have a passion for reference code response:
well, like you shouldn't use myeclispe deployment, should use the eclipse or idea


How are you related to ide

CodePudding user response:

Is a tool, which can be whatever you use, and the key you are using maven to rely on the package down

CodePudding user response:

reference KeepSayingNo reply: 3/f
is a tool, which can be whatever you use, the key you are using maven to rely on the package down


Making direct download and import the local don't know how to operate the next

CodePudding user response:

Have relationship, if the idea should be unable to import myeclipse, error, okay with eclipse, myeclipse compatibility problems, and make sure that your maven properly configured, configured ali mirror, convenient download, it seems that you are not configuring maven

CodePudding user response:

love to code references 5 floor response:
, if the idea should be unable to import myeclipse, error, okay with eclipse, myeclipse compatibility problems, and make sure that your maven properly configured, configured ali mirror, convenient download, it seems that you are not configuring maven


Can remote help me see yao, bosses

CodePudding user response:

Their configuration, baidu is not no tutorial

CodePudding user response:

love to code reference 7 floor response:
configuration in oneself ah, baidu is not no tutorial


Have been debugging for two days, really, don't know what to do

Online tutorials to try to come over again the

The program is run up


CodePudding user response:

Don't be misled, I was often a project change back and forth between the three ide, is between the ide configuration may not be general require a separate set up will be very trouble, but you look this error should be maven didn't download success, suggest change a ali cloud images

CodePudding user response:

Learning is not necessary to come up to making pilot project, is not a small white can understand completely, the SSM first learn to understand the related environment and process, if it is to cope with the other when I didn't say

CodePudding user response:

Is there a download link of the project, I have a look

CodePudding user response:

references 9 f nayi_224 response:
don't be misled, I was often a project change back and forth between the three ide, is between the ide configuration may not be general require a separate set up will be very trouble, but you didn't download this error appears to just maven success, suggested a change of ali cloud image


You said that I also tried

Update the

Program is running

CodePudding user response:

11 references, have a passion for code response:
is there a download link of the project, I have a look at


Remote the bosses appreciate

CodePudding user response:

references to the tenth floor yard of response:
learning there is no need to come up to making pilot project, is not a small white can understand completely, the SSM first learn to understand the related environment and process, if it is to cope with the other when I didn't say


Basic tutorial watch too much, want to find a project try hand results card this two days

CodePudding user response:

You this is maven download package failure. Also didn't send to download. Execution of this code
Public class MavenRepositoryCleanUtil {
//note: MAVEN_REPO_PATH values need to be replaced with your own maven local warehouse address
Private static final String MAVEN_REPO_PATH="F: \ \ apache maven - 3.6.1 \ \ repository";
Private static final String [] SUFFIX={". LastUpdated ", "the jar - in - progress"};

/* *
* @ param args
*/
Public static void main (String [] args) {
The File mavenRep=new File (MAVEN_REPO_PATH);
if (! MavenRep. The exists ()) {
System. The out. Println (" Maven repos is not exist. ");
return;
}
The File files []=mavenRep. ListFiles ();
CheckAndDeleteFiles (files);
System. The out. Println (" the Clean lastUpdated files and the in - progess jar finished. ");
}

Private static Boolean checkAndDeleteFiles (File [] files) {
For (the File File: files) {
If (file. IsDirectory ()==true) {
If (file. ListFiles (.) length==0) {
//delete empty folder
File. The delete ();
} else {
A Boolean flag=checkAndDeleteFiles (file. ListFiles ());
If (flag) {
//delete files in the folder
For (the File childFile: File. ListFiles ()) {
ChildFile. Delete ();
}
System. The out. Println (file. GetAbsolutePath ());
//delete the folder
File. The delete ();
}
}
} else {
for (int i=0; I & lt; SUFFIX. Length; I++) {
If (file. GetName (). The contains (SUFFIX) [I]) {
System. The out. Println (file. The getName ());
return true;
}
}
}
}
return false;
}
}

CodePudding user response:

After completion of execution, to use maven download install command depend on the package. May 1. Repeat a few times more. An error will be less and less. The best in the central warehouse address to domestic.

CodePudding user response:

reference Salted fish - 16 floor response:
, after the completion of execution to use maven download install command depend on the package. May 1. Repeat a few times more. An error will be less and less. The best in the central warehouse address to domestic.


Thank you I try

CodePudding user response:

Maven error guide package, there are two ways:
1, do not use tools to own, use their maven version of
2, a maven mirror address.
The baidu

CodePudding user response:

Making some is incomplete, not fully trusted


reference 13 floor MARIOV reply:
Quote: love to code reference 11 floor response:
is there a download link of the project, I have a look at


nullnullnullnullnullnullnull
  • Related