加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
product-pro.yml 722 Bytes
一键复制 编辑 原始数据 按行查看 历史
donghai 提交于 2020-02-23 17:37 . update product-pro.yml.
server:
port: 8082 #端口
spring:
application:
name: service-product #服务名称
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/springcloud_01?useUnicode=true&characterEncoding=utf8
username: root
password: root
jpa:
database: MYSQL
show-sql: true
open-in-view: true
rabbitmq:
host: edu-utils-01
port: 5672
username: guest
password: guest
#配置Eureka
eureka:
client:
service-url:
defaultZone: http://localhost:10086/eureka/
# instance:
# prefer-ip-address: true #使用ip地址注册
# instance-id: ${spring.cloud.client.ip-address}:${server.port}
name: donghai-product-pro
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化