3 Star 1 Fork 0

笑天/spring-cloud-repo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
user.yml 759 Bytes
一键复制 编辑 原始数据 按行查看 历史
笑天 提交于 2016-02-22 15:32 . Update user.yml
server:
port: 9000
eureka:
instance:
prefer-ip-address: true
metadata-map:
instanceId: ${spring.application.name}:${random.value}
client:
fetch-registry: true
register-with-eureka: true
service-url:
defaultZone: http://127.0.0.1:8761/eureka/
ribbon:
eureka:
enabled: true
security:
sessions: NEVER
spring:
profiles: cloud
data:
mongodb:
host: 127.0.0.1
port: 27017
database: cloud
datasource:
url: jdbc:mysql://localhost:3306/uaa
username: root
password: 123456
driver-class-name: com.mysql.jdbc.Driver
rabbitmq:
host: 192.168.99.100
port: 5672
username: admin
password: 123456
virtual-host: bus
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/3ss/spring-cloud-repo.git
git@gitee.com:3ss/spring-cloud-repo.git
3ss
spring-cloud-repo
spring-cloud-repo
master

搜索帮助