Home > Back-end >  Gradle how code is copied to the existing maven project?
Gradle how code is copied to the existing maven project?

Time:01-21

Under the form of a gradle demo project, I want to use the code in the gradle project to another springboot maven management projects, should be how to operate?
Such as dependent jar package I have to move out one by one to write in the pom file?
Development tools is the idea

CodePudding user response:

1, set up a set of private nexus server
2, third-party jar copies, upload self-built private jar server
3, write the pom file
  • Related