1 Star 0 Fork 0

feiyunfeiyang/xiao-config-center

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
application-provider.yml 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
feiyunfeiyang 提交于 2021-04-23 09:27 . add application-provider.yml.
# 配置dev环境
server:
port: 3002
spring:
profiles: dev
# 指定当前微服务对外暴露的名称
application:
name: eureka3002
# 配置spring-data-jpa
# jpa:
# 指定是否在Spring容器启动时创建表,默认为false
# generate-ddl: true
# 指定是否在控制台显示SQL语句,默认为false
# show-sql: true
# 指定应用重启时不重新更新表
# hibernate:
# ddl-auto: none
# 配置数据源
# datasource:
# type: com.alibaba.druid.pool.DruidDataSource
# driver-class-name: com.mysql.jdbc.Driver
# url: jdbc:mysql:///test?useUnicode=true&characterEncoding=utf8
# username: root
# password: mypwd
eureka:
# 指定eureka服务中心
server:
enable-self-preservation: false
eviction-interval-timer-in-ms: 4000
instance:
hostname: eureka3002.com
client:
service-url:
defaultZone: http://eureka3002.com:3002/eureka
---
# 配置test环境
server:
port: 3003
spring:
profiles: test
# 指定当前微服务对外暴露的名称
application:
name: eureka3003
eureka:
server:
enable-self-preservation: false
eviction-interval-timer-in-ms: 4000
instance:
hostname: eureka3003.com
# 指定eureka服务中心
client:
service-url:
defaultZone: http://eureka3003.com:3003/eureka
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/feiyunfeiyang/xiao-config-center.git
git@gitee.com:feiyunfeiyang/xiao-config-center.git
feiyunfeiyang
xiao-config-center
xiao-config-center
master

搜索帮助