add redis配置
This commit is contained in:
parent
baa275a863
commit
a60f0a805b
|
|
@ -7,6 +7,12 @@ spring:
|
||||||
url: jdbc:oceanbase://localhost:2881/tacit?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
url: jdbc:oceanbase://localhost:2881/tacit?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||||
username: root
|
username: root
|
||||||
password: 123456
|
password: 123456
|
||||||
|
data:
|
||||||
|
redis:
|
||||||
|
host: 117.72.94.232
|
||||||
|
port: 56379
|
||||||
|
password: redis
|
||||||
|
database: 1
|
||||||
|
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
configuration:
|
configuration:
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,15 @@ server:
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
driver-class-name: com.oceanbase.jdbc.Driver
|
driver-class-name: com.oceanbase.jdbc.Driver
|
||||||
url: jdbc:oceanbase://localhost:2881/tacit?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
url: jdbc:oceanbase://117.72.94.232:53306/tacit?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||||
username: root
|
username: root
|
||||||
password: password
|
password: fU44GFH5
|
||||||
|
data:
|
||||||
|
redis:
|
||||||
|
host: 117.72.94.232
|
||||||
|
port: 56379
|
||||||
|
password: redis
|
||||||
|
database: 2
|
||||||
|
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
configuration:
|
configuration:
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,12 @@ spring:
|
||||||
url: jdbc:oceanbase://localhost:3306/tacit?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
url: jdbc:oceanbase://localhost:3306/tacit?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||||
username: root
|
username: root
|
||||||
password: 123456
|
password: 123456
|
||||||
|
data:
|
||||||
|
redis:
|
||||||
|
host: 117.72.94.232
|
||||||
|
port: 56379
|
||||||
|
password: redis
|
||||||
|
database: 1
|
||||||
|
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
configuration:
|
configuration:
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,15 @@ spring:
|
||||||
namespace: public
|
namespace: public
|
||||||
datasource:
|
datasource:
|
||||||
driver-class-name: com.oceanbase.jdbc.Driver
|
driver-class-name: com.oceanbase.jdbc.Driver
|
||||||
url: jdbc:oceanbase://localhost:3306/tacit?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
url: jdbc:oceanbase://117.72.94.232:53306/tacit?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||||
username: root
|
username: root
|
||||||
password: 123456
|
password: fU44GFH5
|
||||||
|
data:
|
||||||
|
redis:
|
||||||
|
host: 117.72.94.232
|
||||||
|
port: 56379
|
||||||
|
password: redis
|
||||||
|
database: 2
|
||||||
|
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
configuration:
|
configuration:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue