加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
base-dev.yml 475 Bytes
一键复制 编辑 原始数据 按行查看 历史
张诏 提交于 2020-03-07 15:33 . update base-dev.yml.
server:
port: 9001
spring:
application:
name: tensquare-base
datasource:
url: jdbc:mysql://192.168.80.133:3306/tensquare_base?characterEncoding=utf-8
username: root
password: root
driver-class-name: com.mysql.jdbc.Driver
jpa:
database: mysql
show-sql: true
rabbitmq:
host: 192.168.80.133
eureka:
instance:
prefer-ip-address: true
client:
service-url:
defaultZone: http://127.0.0.1:6868/eureka/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化