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