代码拉取完成,页面将自动刷新
spring:
profiles:
active:
- dev
---
server:
port: 1082
mybatis:
config-loction: classpath:mybatis/mybatis.cfg.xml
typs-aliases-package: com.tao.springcloud.pojo
mapper-locations: classpath:mybatis/mapper/StudentMapper.xml
spring:
profiles: dev
application:
name: demo-student-t
datasource:
type: com.alibaba.druid.pool.DruidDataSource # 当前数据源操作类型
driver-class-name: com.mysql.jdbc.Driver # mysql驱动包
url: jdbc:mysql://192.168.100.32:3306/saiku?characterEncoding=UTF-8 # 数据库名称
username: root
password: new-password
dbcp2:
min-idle: 5 # 数据库连接池的最小维持连接数
initial-size: 5 # 初始化连接数
max-total: 5 # 最大连接数
max-wait-millis: 200 # 等待连接获取的最大超时时间
jpa:
show-sql: true
eureka:
client:
service-url:
defaultZone: http://olywa01.com:2080/eureka/, http://olywa02.com:2082/eureka/, http://olywa03.com:2083/eureka/ #hostname中不能下划线
instance:
instance-id: demo_server_1082
prefer-ip-address: true
#配置info信息需要使用spring-boot-starter-actuator依赖
info:
app.name: demo_server_1082 //eureka页面中微服务列表显示:左侧一列为spring.appliction.name, 右侧则使用这个
company.name: com.tao.springcloud
build.artifactId: $project.artifactId$
build.version: $project.version$
---
server:
port: 1082
mybatis:
config-loction: classpath:mybatis/mybatis.cfg.xml
typs-aliases-package: com.tao.springcloud.pojo
mapper-locations: classpath:mybatis/mapper/StudentMapper.xml
spring:
profiles: test
application:
name: demo-student-t
datasource:
type: com.alibaba.druid.pool.DruidDataSource # 当前数据源操作类型
driver-class-name: com.mysql.jdbc.Driver # mysql驱动包
url: jdbc:mysql://192.168.100.32:3306/saiku?characterEncoding=UTF-8 # 数据库名称
username: root
password: new-password
dbcp2:
min-idle: 5 # 数据库连接池的最小维持连接数
initial-size: 5 # 初始化连接数
max-total: 5 # 最大连接数
max-wait-millis: 200 # 等待连接获取的最大超时时间
jpa:
show-sql: true
eureka:
client:
service-url:
defaultZone: http://olywa01.com:2080/eureka/, http://olywa02.com:2082/eureka/, http://olywa03.com:2083/eureka/ #hostname中不能下划线
instance:
instance-id: demo_server_1082
prefer-ip-address: true
#配置info信息需要使用spring-boot-starter-actuator依赖
info:
app.name: demo_server_1082 //eureka页面中微服务列表显示:左侧一列为spring.appliction.name, 右侧则使用这个
company.name: com.tao.springcloud
build.artifactId: $project.artifactId$
build.version: $project.version$
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。