1 Star 0 Fork 0

zhu_xiao_hu/springcloud-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
application-file-dev.yml 685 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhu_xiao_hu 提交于 2021-12-02 09:41 . 配置文件
eureka:
client:
serviceUrl:
defaultZone: http://localhost:1010/eureka/ #注册中心的注册地址
registry-fetch-interval-seconds: 5 #拉取注册表的时间间隔
instance:
instance-id: file:1080 #服务的实例ID
prefer-ip-address: true #使用IP注册到Eureak
lease-renewal-interval-in-seconds: 5 #客户端续约频率
server:
port: 1080
spring:
application:
name: service-file #服务的名字
file:
alicloud:
bucket-name: three-project-hrm #上传空间bucket
access-key: LTAI5tCiwSb1bY8bgGcDyuJR #你的key
secret-key: zTNnHgdFtE3qm9Ut2vixcklLKVIdRJ #你的秘钥
endpoint: oss-cn-chengdu.aliyuncs.com #上传端点
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/a-better-future/springcloud-config.git
git@gitee.com:a-better-future/springcloud-config.git
a-better-future
springcloud-config
springcloud-config
master

搜索帮助