1 Star 0 Fork 0

仔鸡/config-repostory

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
application-dev.yml 587 Bytes
一键复制 编辑 原始数据 按行查看 历史
仔鸡 提交于 2020-03-04 12:02 . 123
server:
port: 8090
spring:
datasource:
url: jdbc:mysql://192.168.132.20:3306/shop
username: root
password: root
driver-class-name: com.mysql.cj.jdbc.Driver
application:
name: product-service
eureka:
client:
service-url:
defaultZone: http://localhost:9000/eureka
instance:
prefer-ip-address: true #使用IP地址注册
instance-id: ${spring.cloud.client.ip-address}:${server.port}
lease-renewal-interval-in-seconds: 5 #发送心跳的间隔
lease-expiration-duration-in-seconds: 10 #续约到期时间
name: dev
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zaiji/config-repostory.git
git@gitee.com:zaiji/config-repostory.git
zaiji
config-repostory
config-repostory
master

搜索帮助