代码拉取完成,页面将自动刷新
server:
port: 8081
# port: ${port}
spring:
datasource:
url: jdbc:mysql://192.168.200.129:3306/cloud_user
username: root
password: root
driver-class-name: com.mysql.jdbc.Driver
#这个配置是告诉将来注册的名字是什么
application:
name: user-service #必须是唯一 不能用_(下划线) 因为有bug
mybatis:
type-aliases-package: com.itheima.sh.user.pojo
configuration:
map-underscore-to-camel-case: true
logging:
level:
cn.itcast: debug
eureka:
client:
service-url: # EurekaServer的地址,现在是自己的地址,如果是集群,需要写其它Server的地址。
# defaultZone: http://127.0.0.1:10086/eureka
defaultZone: http://127.0.0.1:10086/eureka,27.0.0.1:10087/eureka,27.0.0.1:10088/eureka
register-with-eureka: true # 不注册自己 默认值为 true
fetch-registry: false #不拉取服务 默认值为 true
instance:
ip-address: 127.0.0.1 # ip地址
prefer-ip-address: true # 更倾向于使用ip,而不是host名
instance-id: ${eureka.instance.ip-address}:${server.port} # 自定义实例的id
lease-renewal-interval-in-seconds: 30
lease-expiration-duration-in-seconds: 90
test:
redis:
host: localhost
port: 6379
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。