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