1 Star 0 Fork 0

贾述海/springcloud-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
springcloud-config-client-dept.yml 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
hai 提交于 2020-01-05 13:16 . 第三次提交,添加各种配置文件
spring:
profiles:
active: dev
---
server:
port: 8001
spring:
profiles: dev
application:
name: springcloud-config-client-dept
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/cloudDB01
username: root
password: 123456
mybatis:
config-location: classpath:mybatis/mybatis-config.xml
type-aliases-package: com.springcloud.entity
mapper-locations: classpath:mybatis/mapper/**/*.xml
eureka:
client:
service-url:
defaultZone: http://eureka7001.com:7001/eureka
instance:
instance-id: springcloud-dept8001
prefer-ip-address: true
info:
app.name: newcapec-springcloud
company.name: www.newcapec.com.cn
project.artifactId: springcloud-config-client-dept01
project.version: v1.0.1
---
server:
port: 8001
spring:
profiles: test
application:
name: springcloud-config-client-dept
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/cloudDB02
username: root
password: 123456
mybatis:
config-location: classpath:mybatis/mybatis-config.xml
type-aliases-package: com.springcloud.entity
mapper-locations: classpath:mybatis/mapper/**/*.xml
eureka:
client:
service-url:
defaultZone: http://eureka7001.com:7001/eureka
instance:
instance-id: springcloud-dept8001
prefer-ip-address: true
info:
app.name: newcapec-springcloud
company.name: www.newcapec.com.cn
project.artifactId: springcloud-config-client-dept02
project.version: v1.0.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hai-123/springcloud-config.git
git@gitee.com:hai-123/springcloud-config.git
hai-123
springcloud-config
springcloud-config
master

搜索帮助