代码拉取完成,页面将自动刷新
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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。