Home > Back-end >  A newcomer just learning dubbo some questions for help
A newcomer just learning dubbo some questions for help

Time:12-06

Rookie just contact dubbo, bought a dubbo teaching books,

Tutorial, according to the books out on clone dubbo - master,
Then the maven began to import all kinds of bags, all kinds of download package,

But finally found the pom file or show red,








Then compile dubbo - master is also a variety of errors,

CodePudding user response:

Don't pull down version conflicts or package, down the screen

CodePudding user response:

Ok, thanks, I went to have a look

CodePudding user response:

refer to the second floor moumen response:
doesn't pull down version conflicts or package, follow this to screen
ok, thank you, I'm going to have a look at

CodePudding user response:

Jar jar package without introducing to you usual how to introduce, maven as long as you use networking, the idea will automatically download the jar package from a remote warehouse to your local repository, you look at the local warehouse inside the path of the corresponding normal jars

CodePudding user response:

Here to download the jar package wrong idea, is maven automatically download jar from remote to local repository

CodePudding user response:

Networking refresh maven, if still no automatic download jar package, to download in the local warehouse mistake jars delete refresh again, if still won't do, from maven cannot find corresponding official download jar package copy to download

CodePudding user response:

reference 5 floor pinoco reply:
no introduction to jar package, how do you introduce jar at ordinary times, you use the maven as long as the networking, the idea will automatically download the jar package from a remote warehouse to your local repository, you see if local warehouse inside the path of the corresponding normal jar packages
thank you very much, I have a try

CodePudding user response:

refer to 7th floor also night reply:
networking refresh maven, if still no automatic download jar package, to download in the local warehouse mistake jars delete refresh again, if still won't do, from maven cannot find corresponding official download jar package download copy
thank you very much, I have a try
  • Related