代码拉取完成,页面将自动刷新
spring:
profiles:
# 只配置一个dev环境
active: dev
---
server:
max-http-header-size: 4048576
port: 8001
mybatis-plus:
# 给pojo包下的类起别名
type-aliases-package: com.kpf.springcloud.pojo
# 配置路径
config-location: classpath:mybatis/mybatis-config.xml
# 读取mapper文件的路径配置
mapper-locations: classpath:mybatis/mapper/*.xml
type-aliases-super-type: java.lang.Object
# 配置逻辑删除
global-config:
db-config:
id-type: auto
spring:
profiles: dev
application:
# 这个名字将会注册到eureka,就是服务名
name: kpf-provider-8001
# 配置数据源
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/knowledge_payment_forum?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false
username: root
password: 123456
redis:
password: #####
database: 0
host: #####
port: 6379
jedis:
pool:
max-idle: 20
max-wait: 1000
max-active: 20
min-idle: 8
timeout: 1000
# Eureka的配置,服务注册到哪里
eureka:
client:
instance:
# 修改eureka上面的描述信息 【status】
instance-id: kpf-provider-8001
service-url:
# 这里指定eureka注册的是哪个
# defaultZone: http://localhost:7003/eureka/
# 集群的话,直接三个都发布出去就OK了
defaultZone: http://localhost:7001/eureka/
# info配置
info:
app.name : knowledge_payment_forum
company.name : yangshiwen
---
server:
max-http-header-size: 4048576
port: 8002
# mybatis-plus配置
mybatis-plus:
# 给pojo包下的类起别名
type-aliases-package: com.kpf.springcloud.pojo
# 配置路径
config-location: classpath:mybatis/mybatis-config.xml
# 读取mapper文件的路径配置
mapper-locations: classpath:mybatis/mapper/*.xml
type-aliases-super-type: java.lang.Object
# 配置逻辑删除
global-config:
db-config:
id-type: auto
spring:
profiles: qc
application:
# 这个名字将会注册到eureka,就是服务名
name: kpf-provider-8002
# 配置数据源
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/knowledge_payment_forum?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false
username: root
password: 123456
redis:
password: #####
database: 0
host: ####
port: 6379
jedis:
pool:
max-idle: 20
max-wait: 1000
max-active: 20
min-idle: 8
timeout: 1000
# Eureka的配置,服务注册到哪里
eureka:
client:
instance:
# 修改eureka上面的描述信息 【status】
instance-id: kpf-provider-8002
service-url:
# 这里指定eureka注册的是哪个
# defaultZone: http://localhost:7002/eureka/
# 集群的话,直接三个都发布出去就OK了
defaultZone: http://localhost:7001/eureka/
# info配置
info:
app.name : knowledge_payment_forum
company.name : yangshiwen
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。