1、buildSrc/build.gradle
注释禁止格式检查
2、buildSrc/settings.gradle
mavenLocal()//本地maven
maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
3、build.gradle
mavenLocal()
maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
4、settings.gradle
mavenLocal()
maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
注释id "io.spring.ge.conventions" version "0.0.8",禁止验证
5、gradle/wrapper/gradle-wrapper.properties
distributionUrl=file:///C:/Users/Administrator/.gradle/wrapper/dists/gradle-6.9-bin/2ecsmyp3bolyybemj56vfn4mt/gradle-6.9-bin.zip
https://gitee.com/null_389_6328/springboot-v2.5.4.git
6、settings.gradle
文件编译错误时提示找不到File时,build---》Rebuild project
7、kotlin插件使用较新版本



