1 Star 0 Fork 0

冷雨 / temp111

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
user-dev.yml 570 Bytes
一键复制 编辑 原始数据 按行查看 历史
冷雨 提交于 2019-12-15 22:49 . update user-dev.yml.
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:mysql://localhost:3306/springboot2
username: root
password: root
application:
name: user-service
eureka:
client:
service-url:
defaultZone: http://127.0.0.1:10086/eureka,http://127.0.0.1:10087/eureka #注册中心地址
fetch-registry: true # 需要从注册中心中获取服务 默认不写就行
register-with-eureka: true # 需要把自己注册到注册中心 默认不写就行
1
https://gitee.com/lybh2018/temp111.git
git@gitee.com:lybh2018/temp111.git
lybh2018
temp111
temp111
master

搜索帮助