1 Star 0 Fork 0

BEN-28/microservicecloud-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
microservicecloud-config-dept-client.yml 2.94 KB
一键复制 编辑 原始数据 按行查看 历史
BEN-28 提交于 2021-08-06 23:16 . two file
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$
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ben-28/microservicecloud-config.git
[email protected]:ben-28/microservicecloud-config.git
ben-28
microservicecloud-config
microservicecloud-config
master

搜索帮助