代码拉取完成,页面将自动刷新
spring:
profiles:
active: dev
---
server:
port: 8001
spring:
profiles: dev
datasource:
type: com.alibaba.druid.pool.DruidDataSource # 当前数据源操作类型
driver-class-name: com.mysql.cj.jdbc.Driver # mysql驱动包
url: jdbc:mysql://localhost:3306/db01?useUnicode=true&characterEncoding=utf-8&useSSL=false
username: root
password: root
#mybatis配置
mybatis:
mapperLocations: classpath:mybatis/mapper/*.xml
#type-aliases-package: com.sjj.springcloud.pojo
#config-location: classpath:mybatis/mybatis-config.xml
#Eureka配置,服务注册到哪
eureka:
client:
service-url:
defaultZone: http://eureka7001.com:7001/eureka/
#修改信息配置
instance:
#修改Eureka的默认描述信息
instance-id: config-eurekaclient8001
#访问路径可以显示ip地址
prefer-ip-address: true
#info配置
info:
app.name: sjj-springcloud
company.name: config-eurekaclient8001
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。