瀏覽代碼

修改配置文件

master
wanghaoran 2 年之前
父節點
當前提交
8dd86c6bbe
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      tuoheng-admin/src/main/resources/application-dev.yml

+ 2
- 2
tuoheng-admin/src/main/resources/application-dev.yml 查看文件

@@ -17,7 +17,7 @@ spring:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
# 填写你数据库的url、登录名、密码和数据库名
url: jdbc:mysql://192.168.11.11:3306/tuoheng_hhz_tenant?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8&useSSL=true&tinyInt1isBit=false
url: jdbc:mysql://192.168.11.13:3306/tuoheng_hhz_tenant?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8&useSSL=true&tinyInt1isBit=false
username: root
password: idontcare
druid:
@@ -72,7 +72,7 @@ spring:
# 缓存库默认索引0
database: 0
# Redis服务器地址
host: 192.168.11.11
host: 192.168.11.13
# Redis服务器连接端口
port: 6379
# Redis服务器连接密码(默认为空)

Loading…
取消
儲存