1 Star 0 Fork 0

长安一梦 / springcloud-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
springcloud-role-8082.yml 686 Bytes
一键复制 编辑 原始数据 按行查看 历史
长安一梦 提交于 2020-10-28 16:58 . update springcloud-role-8082.yml.
spring:
application:
name: springcloud-role-8082
mvc:
dispatch-opt ions-request: true
servlet:
load-on-startup: 100
datasource:
url: jdbc:mysql://localhost:3306/spring_boot?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
username: root
password: root
driver-class-name: com.mysql.cj.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
eureka:
client:
register-with-eureka: true #注册到Eureka的注册中心
fetch-registry: true #获取注册实例列表
service-url:
defaultZone: http://localhost:7001/eureka/
instance:
instance-id: springcloud-role-8082
Java
1
https://gitee.com/changan_dream/springcloud-config.git
git@gitee.com:changan_dream/springcloud-config.git
changan_dream
springcloud-config
springcloud-config
master

搜索帮助