1 Star 0 Fork 0

chasekiller/config-springcloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
user-dev.yml 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
chasekiller 提交于 2021-03-24 20:25 . add user-dev.yml.
server:
port: 9301
spring:
application:
name: user-service
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
#地址需要修改
url: jdbc:mysql://localhost:3306/shop_user?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC
username: root
password: 1234
main:
allow-bean-definition-overriding: true #当遇到同样名字的时候,是否允许覆盖注册
# cloud:
# nacos:
# discovery:
# server-addr: 192.168.200.151:8848
mybatis:
configuration:
map-underscore-to-camel-case: true
type-aliases-package: com.itheima.pojo
eureka:
client:
service-url:
# defaultZone: http://localhost:10086/eureka
defaultZone: http://localhost:10086/eureka,http://localhost:10087/eureka
instance:
prefer-ip-address: true # 注册的地址IP优先
ip-address: 127.0.0.1 # 注册信息的host字段会使用: 127.0.0.1
instance-id: 127.0.0.1:${spring.application.name}:${server.port}
lease-renewal-interval-in-seconds: 2 # 客户端给注册中心 发送心跳的间隔时间
lease-expiration-duration-in-seconds: 5 # 如果没有按照发送心跳,会在90s后服务失效
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chasekiller/config-springcloud.git
git@gitee.com:chasekiller/config-springcloud.git
chasekiller
config-springcloud
config-springcloud
master

搜索帮助