加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
application-service.yml 702 Bytes
一键复制 编辑 原始数据 按行查看 历史
李阳 提交于 2019-09-28 10:36 . haha
server:
port: ${port:8081}
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://lylby.top:3306/test?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8&useSSL=false
username: root
password: liyang158470
application:
name: service
eureka:
client:
#每隔30秒拉取服务,默认30秒
registry-fetch-interval-seconds: 30
instance:
#使用ip地址
prefer-ip-address: true
#ip地址
ip-address: 127.0.0.1
#服务续约时间,默认30秒
lease-renewal-interval-in-seconds: 30
#服务失效时间,默认90秒
lease-expiration-duration-in-seconds: 90
test:
param: haha
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化