加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gathering-dev.yml 588 Bytes
一键复制 编辑 原始数据 按行查看 历史
暗夜之家 提交于 2018-12-16 00:52 . 更新 gathering-dev.yml
server:
port: 9005
spring:
application:
name: shop-gathering #指定服务名
datasource:
driverClassName: com.mysql.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/shop_gathering?useUnicode=true&characterEncoding=UTF8
username: root
password: root
jpa:
database: MySQL
show-sql: true
redis:
host: 127.0.0.1
port: 6379
rabbitmq:
host: 192.168.14.128
port: 5672
username: guest
password: guest
eureka:
client:
service-url:
defaultZone: http://localhost:8761/eureka
instance:
prefer-ip-address: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化