如何在Gradle中运行用Maven构建编写的代码

时间:2019-03-15 09:08:37

标签: gradle

如果我已经使用maven创建了Spring Boot应用程序。现在,我必须在Gradle中运行相同的代码,那么我必须进行所有更改。

1 个答案:

答案 0 :(得分:0)

这里是migration guide maven to gradle

可以通过遵循第3章迁移简单的项目

3。运行自动转换

  • 为您的系统安装gradle
  • 运行gradle初始化

遵循同一指南:

You’ll find that the new Gradle build includes the following:

All the custom repositories that are specified in the POM

Your external and inter-project dependencies

The appropriate plugins to build the project (limited to one or more of the Maven Publish, Java and War Plugins)