配置Gradle到阿里云的镜像仓库
摘要:C:\Users\BAEC\.gradle 目录下 新建 init.gradle 文件,写入以下内容 allprojects{ repositories { def REPOSITORY_URL = 'http://maven.aliyun.com/nexus/content/groups/publ
阅读全文
Gradle exclude
摘要://数据库与读写分离 implementation ('io.shardingsphere:sharding-jdbc-spring-boot-starter:3.1.0') { transitive = true //设置成false,sharding-jdbc-spring-boot-start
阅读全文
Git bash 支持两个Git服务器,分别用不同的SSH 证书
摘要:1. Git bash 支持两个Git服务器,分别用不同的SSH 证书 一般情况,使用GitBash命令Pull 或者 Push代码,都是在本地生成一对公、私钥证,将公钥证书放在远程Git服务器上,将私钥证书放在window下C:\Users\BAEC\.ssh 即可,注意生成证书时,不要输密码,这
阅读全文