1 Star 0 Fork 0

sunflowerkk/turtu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test.yml 525 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunflowerkk 提交于 2022-10-16 02:37 . add test.yml.
server:
port: 8600 #端口号
spring:
application:
name: springcloud-config-server # 应用名称
cloud:
config:
server:
git:
uri: https: #git地址
username: # git账号名
password: # git账号密码
eureka:
instance:
instance-id: ${spring.application.name}:${server.port}
client:
fetch-registry: true
register-with-eureka: true
service-url:
defaultZone: http://localhost:8300/eureka/,http://localhost:8301/eureka/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/sunflowerkk/turtu.git
git@gitee.com:sunflowerkk/turtu.git
sunflowerkk
turtu
turtu
master

搜索帮助