代码拉取完成,页面将自动刷新
example.property: I am the default from git, version-2.0
server:
port: 11000
#服务发现客户端
eureka:
instance:
#向Eureka注册时,是否使用IP地址+端口号作为服务实例的唯一标识。推荐设置为true
prefer-ip-address: true
client:
#是否将自身的实例信息注册到Eureka服务端
register-with-eureka: true
#是否拉取并缓存其他服务注册表副本到本地
fetch-registry: true
#注册到哪个Eureka服务实例
service-url:
defaultZone: http://localhost:8761/eureka/
#数据源的配置
spring:
datasource:
platform: h2
schema: classpath:schema.sql
data: classpath:data.sql
driver-class-name: org.h2.Driver
jpa:
show-sql: true
hibernate:
ddl-auto: none
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。