加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
licenseservice.yml 807 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ocean-Tang 提交于 2022-11-15 07:54 . update licenseservice.yml.
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化