随笔分类 - gradle
摘要:官网地址 https://bmuschko.github.io/gradle-docker-plugin/current/user-guide/#introduction Spring boot 项目使用 plugins { id 'java' id 'org.springframework.boo
阅读全文
摘要:## 配置 gradle 网络代理 > 懒得改开源项目的镜像仓库地址,直接配置网络代理上网即可 > ~/.gradle/gradle.properties ```properties systemProp.http.proxyHost=10.8.133.233 systemProp.http.pro
阅读全文
摘要:gradle 排除依赖 How to exclude Gradle dependencies 指定依赖下的依赖排除 // 指定依赖下的依赖排除 dependencies { implementation 'org.springframework.boot:spring-boot-starter-ma
阅读全文