Git
1. 修改 application.yml
spring:
application:
name: config-server
profiles:
active: git
cloud:
config:
server:
git:
uri:
https://gitee.com/zhang993632987/config.git
search-paths: '{application}'
default-label: master
refresh-rate: 0
deleteUntrackedBranches: true
basedir: file:///F:/tmp2. git 仓库

3. 认证
Last updated