1 Star 0 Fork 0

愚公爱吃虾/springcloud-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config-dept.yml 1.84 KB
一键复制 编辑 原始数据 按行查看 历史
zhangduanchengm 提交于 2020-07-20 22:57 . update
spring:
profiles:
active: dev
---
server:
port: 8001
mybatis:
type-aliases-package: com.zhang.springcloud.pojo
config-location: classpath:mybatis/mybatis-config.xml
mapper-locations: classpath:mybatis/mapper/*.xml
#三个服务名称一致
spring:
profiles: dev
application:
name: springcloud-config-dept
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/db01?useUnicode=true&characterEncoding=utf-8
username: root
password: 01194610
#Eureka配置,服务注册到哪里
eureka:
client:
service-url:
defaultZone: http://eureka7001.com:7001/eureka/,http://eureka7002.com:7002/eureka/,http://eureka7003.com:7003/eureka/
#修改Eureka上的默认状态信息
instance:
instance-id: springcloud-provider-dept8001
prefer-ip-address: true
#info配置
info:
app.name: zhang-springcloud
company.name: zhang
---
server:
port: 8001
mybatis:
type-aliases-package: com.zhang.springcloud.pojo
config-location: classpath:mybatis/mybatis-config.xml
mapper-locations: classpath:mybatis/mapper/*.xml
#三个服务名称一致
spring:
profiles: test
application:
name: springcloud-config-dept
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/db02?useUnicode=true&characterEncoding=utf-8
username: root
password: 01194610
#Eureka配置,服务注册到哪里
eureka:
client:
service-url:
defaultZone: http://eureka7001.com:7001/eureka/,http://eureka7002.com:7002/eureka/,http://eureka7003.com:7003/eureka/
#修改Eureka上的默认状态信息
instance:
instance-id: springcloud-provider-dept8001
prefer-ip-address: true
#info配置
info:
app.name: zhang-springcloud
company.name: zhang
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/yugongantony/springcloud-config.git
git@gitee.com:yugongantony/springcloud-config.git
yugongantony
springcloud-config
springcloud-config
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385