1 Star 0 Fork 0

OqLJpr/kkb-cloud-bill-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
kkbbill-dev.yml 782 Bytes
一键复制 编辑 原始数据 按行查看 历史
OqLJpr 提交于 2021-08-16 07:18 . update kkbbill-dev.yml.
server:
port: ${port:9091}
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/bill-manager
username: root
password: 123456
application:
name: bill-service
mybatis:
type-aliases-package: com.kaikeba.entity #别名搜索包
mapper-locations: classpath:/mybatis/*.xml #映射文件目录
eureka:
client:
service-url:
defaultZone: http://localhost:10086/eureka
instance:
#更倾向于使用ip地址,而不是主机名
prefer-ip-address: true
#ip地址
ip-address: 127.0.0.1
#服务失效时间,默认90秒
lease-expiration-duration-in-seconds: 5
#服务续约的间隔,默认30,发送心跳信号
lease-renewal-interval-in-seconds: 5
test:
name: kaikeba3
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/oqljpr/kkb-cloud-bill-config.git
git@gitee.com:oqljpr/kkb-cloud-bill-config.git
oqljpr
kkb-cloud-bill-config
kkb-cloud-bill-config
master

搜索帮助