# springboot-gradle **Repository Path**: yinzhenkun1024/springboot-gradle ## Basic Information - **Project Name**: springboot-gradle - **Description**: 使用 Gradle 构建的 Spring Boot项目 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-06-20 - **Last Updated**: 2022-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-gradle #### 介绍 尹振坤使用 Gradle 构建的 Spring Boot项目 缘由前几天看到2020.06.08 Spring Boot 2.3.0 放弃Maven最终拥抱Gradle https://spring.io/blog/2020/06/08/migrating-spring-boot-s-build-to-gradle 以前在安卓AS中使用过Gradle 但是并没有关心 现在从配置开始 在Windows系统上安装并配置Gradle参考 1. https://blog.csdn.net/luo_837791460/article/details/80424383 2. https://www.cnblogs.com/NyanKoSenSei/p/11458953.html idea配置gradle以及配置gradle的本地仓库 https://blog.csdn.net/u014089832/article/details/101909049 使用idea构建项目时 将mavenProject 改为 GradleProject即可 一定要设置Gradle环境变量及使用阿里镜像!!! 2020.06.21 23:57