1 Star 0 Fork 0

姚楠/SpringCloudConfig

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config-dev.yml 966 Bytes
一键复制 编辑 原始数据 按行查看 历史
姚楠 提交于 2021-04-22 13:27 . update config-dev.yml.
server:
port: ${port:9001}
spring:
datasource:
url: jdbc:mysql://localhost:3306/springcloud_demo
username: root
password: root
driver-class-name: com.mysql.jdbc.Driver
application:
name: user-service #应用名称,不能用下划线
eureka:
client:
service-url: #多个url用逗号隔开
defaultZone: http://localhost:8761/eureka
# registry-fetch-interval-seconds: 30 #获取服务间隔时间,http://localhost:8762/eureka
# fetch-registry: false # 拉取服务
# register-with-eureka: true # 注册服务
instance:
prefer-ip-address: true # 指定更偏向用ip
ip-address: 127.0.0.1
lease-renewal-interval-in-seconds: 5 # 5s发送一次心跳续约
lease-expiration-duration-in-seconds: 15 # 15s未发送心跳续约就失效
mybatis-plus:
configuration:
# 打印sql
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
test:
name: admin111111
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yaonan2121/spring-cloud-config.git
git@gitee.com:yaonan2121/spring-cloud-config.git
yaonan2121
spring-cloud-config
SpringCloudConfig
master

搜索帮助