代码拉取完成,页面将自动刷新
server:
port: 8001
mybatis:
# mybatis配置文件所在路径
config-location: classpath:mybatis/mybatis-config.xml
type-aliases-package: com.atguigu.entities
#所有Entity(pojo)别名类所在包
mapper-locations:
- classpath:mybatis/mapper/**/*.xml
# mapper映射文件
spring:
profiles: dev
application:
#在eureka注册表的名称(默认大写)
name: microservicecloud-dept-client
datasource:
type: com.alibaba.druid.pool.DruidDataSource #当前数据源操作类型
driver-class-name: org.gjt.mm.mysql.Driver
# mysql驱动包
url: jdbc:mysql://localhost:3306/cloudDB02
#数据库名称
username: root
password: 123456
dbcp2:
#数据库连接池的最小维持连接数
min-idle: 5
#初始化连接数
initial-size: 5
#最大连接数
max-total: 5
#等待连接获取的最大超时时间
max-wait-millis: 200
#客户端注册进eureka服务列表内
eureka:
client:
service-url:
# defaultZone: http://localhost:7001/eureka
#注册多个
defaultZone: http://localhost2:7002/eureka,http://localhost3:7003/eureka,http://localhost1:7001/eureka
instance:
#设置别名
instance-id: microservicecloud-dept-8001
prefer-ip-address: true #访问路径可显示ip地址
#可以给父工程读取解析
info:
app.name: atguigu-microservicecloud
company.name: www.atguigu.com
build.artifactId: $project.artifactId$
build.version: $project.version$
#
server:
port: 8001
mybatis:
# mybatis配置文件所在路径
config-location: classpath:mybatis/mybatis-config.xml
type-aliases-package: com.atguigu.entities
#所有Entity(pojo)别名类所在包
mapper-locations:
- classpath:mybatis/mapper/**/*.xml
# mapper映射文件
spring:
profiles: test
application:
#在eureka注册表的名称(默认大写)
name: microservicecloud-dept-client
datasource:
type: com.alibaba.druid.pool.DruidDataSource #当前数据源操作类型
driver-class-name: org.gjt.mm.mysql.Driver
# mysql驱动包
url: jdbc:mysql://localhost:3306/cloudDB02
#数据库名称
username: root
password: 123456
dbcp2:
#数据库连接池的最小维持连接数
min-idle: 5
#初始化连接数
initial-size: 5
#最大连接数
max-total: 5
#等待连接获取的最大超时时间
max-wait-millis: 200
#客户端注册进eureka服务列表内
eureka:
client:
service-url:
# defaultZone: http://localhost:7001/eureka
#注册多个
defaultZone: http://localhost2:7002/eureka,http://localhost3:7003/eureka,http://localhost1:7001/eureka
instance:
#设置别名
instance-id: microservicecloud-dept-8001
prefer-ip-address: true #访问路径可显示ip地址
#可以给父工程读取解析
info:
app.name: atguigu-microservicecloud
company.name: www.atguigu.com
build.artifactId: $project.artifactId$
build.version: $project.version$
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。