1 Star 0 Fork 0

Neptune/config-repository

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
application-dev.yml 828 Bytes
一键复制 编辑 原始数据 按行查看 历史
Neptune 提交于 2020-12-11 16:04 . update application-dev.yml.
server:
port: 9001 #端口
spring:
application:
name: service-product #服务名称
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/springcloud_heima?useUnicode=true&characterEncoding=utf8
username: root
password: 1234
jpa:
database: MySQL
show-sql: true
open-in-view: true
#配置Eureka
eureka:
client:
service-url:
defaultZone: http://localhost:9000/eureka/ #多个eurekaserver之间用,隔开
instance:
prefer-ip-address: true #使用ip地址注册
instance-id: ${spring.cloud.client.ip-address}:${server.port} #向注册中心中注册服务id
lease-renewal-interval-in-seconds: 5 #发送心跳间隔
lease-expiration-duration-in-seconds: 10 #续约到期的时间
name: chamc-mxh-changed-dev
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaohuimeng/config-repository.git
git@gitee.com:xiaohuimeng/config-repository.git
xiaohuimeng
config-repository
config-repository
master

搜索帮助